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