pub struct NanoTime(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<NanoTime> for ConstantImpl
impl From<NanoTime> for ConstantImpl
Source§impl From<NanoTime> for ScalarImpl
impl From<NanoTime> for ScalarImpl
Source§impl Ord for NanoTime
impl Ord for NanoTime
Source§impl PartialOrd for NanoTime
impl PartialOrd for NanoTime
Source§impl TryFrom<ConstantImpl> for NanoTime
impl TryFrom<ConstantImpl> for NanoTime
Source§impl TryFrom<ScalarImpl> for NanoTime
impl TryFrom<ScalarImpl> for NanoTime
impl Copy for NanoTime
impl Eq for NanoTime
impl NotDecimal for NanoTime
impl StructuralPartialEq for NanoTime
Auto Trait Implementations§
impl Freeze for NanoTime
impl RefUnwindSafe for NanoTime
impl Send for NanoTime
impl Sync for NanoTime
impl Unpin for NanoTime
impl UnwindSafe for NanoTime
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