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