pub struct Nano<U> { /* private fields */ }Expand description
10⁻⁹
Trait Implementations§
Auto Trait Implementations§
impl<U> Freeze for Nano<U>
impl<U> RefUnwindSafe for Nano<U>where
U: RefUnwindSafe,
impl<U> Send for Nano<U>where
U: Send,
impl<U> Sync for Nano<U>where
U: Sync,
impl<U> Unpin for Nano<U>where
U: Unpin,
impl<U> UnsafeUnpin for Nano<U>
impl<U> UnwindSafe for Nano<U>where
U: UnwindSafe,
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