pub struct ReadManagementSupportedCommandsReply(/* private fields */);
Expand description
Reply for ReadManagementSupportedCommands
Methods from Deref<Target = CommandsEvents>§
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 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.
Auto Trait Implementations§
impl Freeze for ReadManagementSupportedCommandsReply
impl RefUnwindSafe for ReadManagementSupportedCommandsReply
impl Send for ReadManagementSupportedCommandsReply
impl Sync for ReadManagementSupportedCommandsReply
impl Unpin for ReadManagementSupportedCommandsReply
impl UnwindSafe for ReadManagementSupportedCommandsReply
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