pub struct CommandStatus {
pub opcode: CommandCode,
pub status: ErrorCode,
}Expand description
Command Status Event
Fields§
§opcode: CommandCode§status: ErrorCodeImplementations§
Source§impl CommandStatus
impl CommandStatus
Trait Implementations§
Source§impl Clone for CommandStatus
impl Clone for CommandStatus
Source§fn clone(&self) -> CommandStatus
fn clone(&self) -> CommandStatus
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 CommandStatus
impl Debug for CommandStatus
Source§impl From<CommandStatus> for Event
impl From<CommandStatus> for Event
Source§fn from(v: CommandStatus) -> Self
fn from(v: CommandStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommandStatus
impl RefUnwindSafe for CommandStatus
impl Send for CommandStatus
impl Sync for CommandStatus
impl Unpin for CommandStatus
impl UnwindSafe for CommandStatus
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