Struct dittolive_ditto::store::timeseries::DittoTimestamp
source · [−]Fields
epoch_sec: u64
nanos: u32
Implementations
sourceimpl DittoTimestamp
impl DittoTimestamp
Trait Implementations
sourceimpl Debug for DittoTimestamp
impl Debug for DittoTimestamp
sourceimpl From<&DateTime<Utc>> for DittoTimestamp
impl From<&DateTime<Utc>> for DittoTimestamp
sourcefn from(datetime: &DateTime<Utc>) -> DittoTimestamp
fn from(datetime: &DateTime<Utc>) -> DittoTimestamp
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more