pub struct CommandsEvents { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsMut<CommandsEvents> for ReadManagementSupportedCommandsReply
impl AsMut<CommandsEvents> for ReadManagementSupportedCommandsReply
Source§fn as_mut(&mut self) -> &mut CommandsEvents
fn as_mut(&mut self) -> &mut CommandsEvents
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<CommandsEvents> for ReadManagementSupportedCommandsReply
impl AsRef<CommandsEvents> for ReadManagementSupportedCommandsReply
Source§fn as_ref(&self) -> &CommandsEvents
fn as_ref(&self) -> &CommandsEvents
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Debug for CommandsEvents
impl Debug for CommandsEvents
Source§impl From<CommandsEvents> for ReadManagementSupportedCommandsReply
impl From<CommandsEvents> for ReadManagementSupportedCommandsReply
Source§fn from(v: CommandsEvents) -> Self
fn from(v: CommandsEvents) -> Self
Converts to this type from the input type.
Source§impl Pack for CommandsEvents
impl Pack for CommandsEvents
Auto Trait Implementations§
impl Freeze for CommandsEvents
impl RefUnwindSafe for CommandsEvents
impl Send for CommandsEvents
impl Sync for CommandsEvents
impl Unpin for CommandsEvents
impl UnwindSafe for CommandsEvents
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