pub(crate) enum UnixTimestampPrecision {
Second,
Millisecond,
Microsecond,
Nanosecond,
}
Variants§
Trait Implementations§
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.
source§impl ToTokenStream for UnixTimestampPrecision
impl ToTokenStream for UnixTimestampPrecision
fn append_to(self, ts: &mut TokenStream)
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