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