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