pub struct GetChannelCipherSuites { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetChannelCipherSuites
impl Clone for GetChannelCipherSuites
Source§fn clone(&self) -> GetChannelCipherSuites
fn clone(&self) -> GetChannelCipherSuites
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 GetChannelCipherSuites
impl Debug for GetChannelCipherSuites
Source§impl From<GetChannelCipherSuites> for Message
impl From<GetChannelCipherSuites> for Message
Source§fn from(value: GetChannelCipherSuites) -> Self
fn from(value: GetChannelCipherSuites) -> Self
Converts to this type from the input type.
Source§impl IpmiCommand for GetChannelCipherSuites
impl IpmiCommand for GetChannelCipherSuites
type Output = ChannelCipherSuites
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 GetChannelCipherSuites
impl RefUnwindSafe for GetChannelCipherSuites
impl Send for GetChannelCipherSuites
impl Sync for GetChannelCipherSuites
impl Unpin for GetChannelCipherSuites
impl UnwindSafe for GetChannelCipherSuites
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