pub struct GetSdrAllocInfo;Trait Implementations§
Source§impl Clone for GetAllocInfo
impl Clone for GetAllocInfo
Source§fn clone(&self) -> GetAllocInfo
fn clone(&self) -> GetAllocInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetAllocInfo
impl Debug for GetAllocInfo
Source§impl From<GetAllocInfo> for Message
impl From<GetAllocInfo> for Message
Source§fn from(_: GetAllocInfo) -> Self
fn from(_: GetAllocInfo) -> Self
Converts to this type from the input type.
Source§impl IpmiCommand for GetAllocInfo
impl IpmiCommand for GetAllocInfo
type Output = AllocInfo
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)>
impl Copy for GetAllocInfo
Auto Trait Implementations§
impl Freeze for GetAllocInfo
impl RefUnwindSafe for GetAllocInfo
impl Send for GetAllocInfo
impl Sync for GetAllocInfo
impl Unpin for GetAllocInfo
impl UnwindSafe for GetAllocInfo
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