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