pub struct GetSelEntry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl IpmiCommand for GetEntry
impl IpmiCommand for GetEntry
type Output = EntryInfo
type Error = ParseEntryError
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)>
impl StructuralPartialEq for GetEntry
Auto Trait Implementations§
impl Freeze for GetEntry
impl RefUnwindSafe for GetEntry
impl Send for GetEntry
impl Sync for GetEntry
impl Unpin for GetEntry
impl UnwindSafe for GetEntry
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