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
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more