Struct ipmi_rs::app::GetChannelAuthenticationCapabilities
source · pub struct GetChannelAuthenticationCapabilities { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for GetChannelAuthenticationCapabilities
impl Clone for GetChannelAuthenticationCapabilities
source§fn clone(&self) -> GetChannelAuthenticationCapabilities
fn clone(&self) -> GetChannelAuthenticationCapabilities
Returns a copy 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 IpmiCommand for GetChannelAuthenticationCapabilities
impl IpmiCommand for GetChannelAuthenticationCapabilities
type Output = ChannelAuthenticationCapabilities
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 GetChannelAuthenticationCapabilities
impl Send for GetChannelAuthenticationCapabilities
impl Sync for GetChannelAuthenticationCapabilities
impl Unpin for GetChannelAuthenticationCapabilities
impl UnwindSafe for GetChannelAuthenticationCapabilities
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