Struct ipmi_rs::app::auth::GetSessionChallenge
source · 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 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 Debug for GetSessionChallenge
impl Debug for GetSessionChallenge
source§impl Into<Message> for GetSessionChallenge
impl Into<Message> for GetSessionChallenge
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>>
source§impl PartialEq for GetSessionChallenge
impl PartialEq for GetSessionChallenge
source§fn eq(&self, other: &GetSessionChallenge) -> bool
fn eq(&self, other: &GetSessionChallenge) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for GetSessionChallenge
impl StructuralPartialEq for GetSessionChallenge
Auto Trait Implementations§
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