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