pub struct Quit {}
Expand description
Ready-to-use command to quit the cmd loop
Return code 0 instructs the Cmd.run() loop to break
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Quit
impl RefUnwindSafe for Quit
impl Send for Quit
impl Sync for Quit
impl Unpin for Quit
impl UnwindSafe for Quit
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