Struct smart_read::boundless::U16Input
source · pub struct U16Input;Expand description
Allows you take take a u16 input
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for U16Input
impl Send for U16Input
impl Sync for U16Input
impl Unpin for U16Input
impl UnwindSafe for U16Input
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