pub struct LogoutCommand;
Trait Implementations§
Source§impl Default for LogoutCommand
impl Default for LogoutCommand
Source§fn default() -> LogoutCommand
fn default() -> LogoutCommand
Returns the “default value” for a type. Read more
Source§impl GoformCommand for LogoutCommand
impl GoformCommand for LogoutCommand
Auto Trait Implementations§
impl Freeze for LogoutCommand
impl RefUnwindSafe for LogoutCommand
impl Send for LogoutCommand
impl Sync for LogoutCommand
impl Unpin for LogoutCommand
impl UnwindSafe for LogoutCommand
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