pub struct SMALLINT;
Trait Implementations§
impl Copy for 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 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