Struct CLIInput
pub struct CLIInput;Expand description
Default implementation of Input trait that reads from stdin
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLIInput
impl RefUnwindSafe for CLIInput
impl Send for CLIInput
impl Sync for CLIInput
impl Unpin for CLIInput
impl UnwindSafe for CLIInput
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