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