pub struct NumUsizeNE { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumUsizeNE
impl RefUnwindSafe for NumUsizeNE
impl Send for NumUsizeNE
impl Sync for NumUsizeNE
impl Unpin for NumUsizeNE
impl UnwindSafe for NumUsizeNE
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