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