pub struct CommandComplete { /* private fields */ }Expand description
Command Complete Event
Implementations§
Trait Implementations§
Source§impl Clone for CommandComplete
impl Clone for CommandComplete
Source§fn clone(&self) -> CommandComplete
fn clone(&self) -> CommandComplete
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 CommandComplete
impl Debug for CommandComplete
Source§impl From<CommandComplete> for Event
impl From<CommandComplete> for Event
Source§fn from(v: CommandComplete) -> Self
fn from(v: CommandComplete) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommandComplete
impl RefUnwindSafe for CommandComplete
impl Send for CommandComplete
impl Sync for CommandComplete
impl Unpin for CommandComplete
impl UnwindSafe for CommandComplete
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