enum UnixTimestampPrecision {
Second,
Millisecond,
Microsecond,
Nanosecond,
}
Variants§
Implementations§
Trait Implementations§
source§impl Default for UnixTimestampPrecision
impl Default for UnixTimestampPrecision
source§fn default() -> UnixTimestampPrecision
fn default() -> UnixTimestampPrecision
Returns the “default value” for a type. Read more
source§impl From<UnixTimestampPrecision> for UnixTimestampPrecision
impl From<UnixTimestampPrecision> for UnixTimestampPrecision
source§fn from(modifier: UnixTimestampPrecision) -> Self
fn from(modifier: UnixTimestampPrecision) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnixTimestampPrecision
impl RefUnwindSafe for UnixTimestampPrecision
impl Send for UnixTimestampPrecision
impl Sync for UnixTimestampPrecision
impl Unpin for UnixTimestampPrecision
impl UnwindSafe for UnixTimestampPrecision
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more