Enum scsys_core::Temporal
source · [−]pub enum Temporal {
Bson(BsonDateTime),
Datetime(DateTime<Utc>),
Timestamp(i64),
Timezone(Utc),
}
Expand description
A collection of time-related data structures
Variants
Bson(BsonDateTime)
Datetime(DateTime<Utc>)
Timestamp(i64)
Timezone(Utc)
Implementations
Trait Implementations
impl StructuralPartialEq for Temporal
Auto Trait Implementations
impl RefUnwindSafe for Temporal
impl Send for Temporal
impl Sync for Temporal
impl Unpin for Temporal
impl UnwindSafe for Temporal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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