pub struct GetSelInfo;Trait Implementations§
Source§impl IpmiCommand for GetInfo
impl IpmiCommand for GetInfo
type Output = Info
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 GetInfo
impl RefUnwindSafe for GetInfo
impl Send for GetInfo
impl Sync for GetInfo
impl Unpin for GetInfo
impl UnwindSafe for GetInfo
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