pub struct Quit;
Expand description
QUIT command
Trait Implementations§
impl Copy for Quit
impl Eq for Quit
impl StructuralPartialEq for Quit
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