pub struct GetSdrRepositoryInfo;Trait Implementations§
Source§impl From<GetRepositoryInfo> for Message
impl From<GetRepositoryInfo> for Message
Source§fn from(_: GetRepositoryInfo) -> Self
fn from(_: GetRepositoryInfo) -> Self
Converts to this type from the input type.
Source§impl IpmiCommand for GetRepositoryInfo
impl IpmiCommand for GetRepositoryInfo
type Output = RepositoryInfo
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 GetRepositoryInfo
impl RefUnwindSafe for GetRepositoryInfo
impl Send for GetRepositoryInfo
impl Sync for GetRepositoryInfo
impl Unpin for GetRepositoryInfo
impl UnwindSafe for GetRepositoryInfo
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