pub struct LogoutCommand;Implementations§
Source§impl LogoutCommand
impl LogoutCommand
Trait Implementations§
Source§impl Clone for LogoutCommand
impl Clone for LogoutCommand
Source§fn clone(&self) -> LogoutCommand
fn clone(&self) -> LogoutCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CodexCommand for LogoutCommand
impl CodexCommand for LogoutCommand
Source§impl Debug for LogoutCommand
impl Debug for LogoutCommand
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
Auto Trait Implementations§
impl Freeze for LogoutCommand
impl RefUnwindSafe for LogoutCommand
impl Send for LogoutCommand
impl Sync for LogoutCommand
impl Unpin for LogoutCommand
impl UnsafeUnpin 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