pub struct ReadManagementSupportedCommands;
Expand description
Read Management Supported Commands Command
Trait Implementations§
Source§impl CommandRequest for ReadManagementSupportedCommands
impl CommandRequest for ReadManagementSupportedCommands
Source§const CODE: CommandCode = CommandCode::ReadManagementSupportedCommands
const CODE: CommandCode = CommandCode::ReadManagementSupportedCommands
Command code.
Source§type Reply = ReadManagementSupportedCommandsReply
type Reply = ReadManagementSupportedCommandsReply
Return type for this command.
Source§impl Default for ReadManagementSupportedCommands
impl Default for ReadManagementSupportedCommands
Source§fn default() -> ReadManagementSupportedCommands
fn default() -> ReadManagementSupportedCommands
Returns the “default value” for a type. Read more
Source§impl From<ReadManagementSupportedCommands> for Command
impl From<ReadManagementSupportedCommands> for Command
Source§fn from(v: ReadManagementSupportedCommands) -> Self
fn from(v: ReadManagementSupportedCommands) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadManagementSupportedCommands
impl RefUnwindSafe for ReadManagementSupportedCommands
impl Send for ReadManagementSupportedCommands
impl Sync for ReadManagementSupportedCommands
impl Unpin for ReadManagementSupportedCommands
impl UnwindSafe for ReadManagementSupportedCommands
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