pub struct SmallInt;Auto Trait Implementations§
impl Freeze for SmallInt
impl RefUnwindSafe for SmallInt
impl Send for SmallInt
impl Sync for SmallInt
impl Unpin for SmallInt
impl UnsafeUnpin for SmallInt
impl UnwindSafe for SmallInt
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