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