pub struct GetDeviceId;Trait Implementations§
Source§impl From<GetDeviceId> for Message
impl From<GetDeviceId> for Message
Source§fn from(_: GetDeviceId) -> Self
fn from(_: GetDeviceId) -> Self
Converts to this type from the input type.
Source§impl IpmiCommand for GetDeviceId
impl IpmiCommand for GetDeviceId
type Output = DeviceId
type Error = ()
fn parse_response( completion_code: CompletionCode, data: &[u8], ) -> Result<Self::Output, ParseResponseError<Self::Error>>
fn check_cc_success( cc: CompletionCode, ) -> Result<(), ParseResponseError<Self::Error>>
fn target(&self) -> Option<(Address, Channel)>
Auto Trait Implementations§
impl Freeze for GetDeviceId
impl RefUnwindSafe for GetDeviceId
impl Send for GetDeviceId
impl Sync for GetDeviceId
impl Unpin for GetDeviceId
impl UnwindSafe for GetDeviceId
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