enum UnixTimestampPrecision {
Second,
Millisecond,
Microsecond,
Nanosecond,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UnixTimestampPrecision
impl Clone for UnixTimestampPrecision
Source§fn clone(&self) -> UnixTimestampPrecision
fn clone(&self) -> UnixTimestampPrecision
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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.
impl Copy for UnixTimestampPrecision
Auto Trait Implementations§
impl Freeze for UnixTimestampPrecision
impl RefUnwindSafe for UnixTimestampPrecision
impl Send for UnixTimestampPrecision
impl Sync for UnixTimestampPrecision
impl Unpin for UnixTimestampPrecision
impl UnsafeUnpin 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