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