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