pub struct LoginStatusCommand { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LoginStatusCommand
impl Clone for LoginStatusCommand
Source§fn clone(&self) -> LoginStatusCommand
fn clone(&self) -> LoginStatusCommand
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 LoginStatusCommand
impl CodexCommand for LoginStatusCommand
Source§impl Debug for LoginStatusCommand
impl Debug for LoginStatusCommand
Source§impl Default for LoginStatusCommand
impl Default for LoginStatusCommand
Source§fn default() -> LoginStatusCommand
fn default() -> LoginStatusCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoginStatusCommand
impl RefUnwindSafe for LoginStatusCommand
impl Send for LoginStatusCommand
impl Sync for LoginStatusCommand
impl Unpin for LoginStatusCommand
impl UnsafeUnpin for LoginStatusCommand
impl UnwindSafe for LoginStatusCommand
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