Struct ipmi_rs::app::GetDeviceId
source · 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>>
Auto Trait Implementations§
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