pub struct QuitCommand {}
Expand description
The quit command, used to disconnect from the relay.
Response: None
Trait Implementations§
Source§impl CommandType for QuitCommand
impl CommandType for QuitCommand
Source§impl Default for QuitCommand
impl Default for QuitCommand
Source§fn default() -> QuitCommand
fn default() -> QuitCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuitCommand
impl RefUnwindSafe for QuitCommand
impl Send for QuitCommand
impl Sync for QuitCommand
impl Unpin for QuitCommand
impl UnwindSafe for QuitCommand
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