Struct dittolive_ditto::store::timeseries::DittoTimestamp [−][src]
Fields
epoch_sec: u64
nanos: u32
Implementations
Construct a Timestamp key for an Event in a Timeseries from epoch seconds and nanosecond offset
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DittoTimestamp
impl Send for DittoTimestamp
impl Sync for DittoTimestamp
impl Unpin for DittoTimestamp
impl UnwindSafe for DittoTimestamp
Blanket Implementations
Mutably borrows from an owned value. Read more