enum SupportedPrecision {
Seconds,
Milliseconds,
Microseconds,
Nanoseconds,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SupportedPrecision
impl Clone for SupportedPrecision
Source§fn clone(&self) -> SupportedPrecision
fn clone(&self) -> SupportedPrecision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SupportedPrecision
impl Debug for SupportedPrecision
impl Copy for SupportedPrecision
Auto Trait Implementations§
impl Freeze for SupportedPrecision
impl RefUnwindSafe for SupportedPrecision
impl Send for SupportedPrecision
impl Sync for SupportedPrecision
impl Unpin for SupportedPrecision
impl UnsafeUnpin for SupportedPrecision
impl UnwindSafe for SupportedPrecision
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