pub struct CommandState;
Trait Implementations§
Source§impl Clone for CommandState
impl Clone for CommandState
Source§fn clone(&self) -> CommandState
fn clone(&self) -> CommandState
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 Debug for CommandState
impl Debug for CommandState
Source§impl PartialEq for CommandState
impl PartialEq for CommandState
impl Copy for CommandState
impl Eq for CommandState
impl State for CommandState
impl StructuralPartialEq for CommandState
Auto Trait Implementations§
impl Freeze for CommandState
impl RefUnwindSafe for CommandState
impl Send for CommandState
impl Sync for CommandState
impl Unpin for CommandState
impl UnwindSafe for CommandState
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