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