pub struct DeAuthenticateResponse {
pub authentication_return_parameter: AuthenticationReturnParameter,
}Fields§
§authentication_return_parameter: AuthenticationReturnParameterTrait Implementations§
Source§impl Clone for DeAuthenticateResponse
impl Clone for DeAuthenticateResponse
Source§fn clone(&self) -> DeAuthenticateResponse
fn clone(&self) -> DeAuthenticateResponse
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 DeAuthenticateResponse
impl Debug for DeAuthenticateResponse
Source§impl FrameRead<'_> for DeAuthenticateResponse
impl FrameRead<'_> for DeAuthenticateResponse
Source§impl FrameWrite for DeAuthenticateResponse
impl FrameWrite for DeAuthenticateResponse
Source§impl Ord for DeAuthenticateResponse
impl Ord for DeAuthenticateResponse
Source§fn cmp(&self, other: &DeAuthenticateResponse) -> Ordering
fn cmp(&self, other: &DeAuthenticateResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeAuthenticateResponse
impl PartialEq for DeAuthenticateResponse
Source§impl PartialOrd for DeAuthenticateResponse
impl PartialOrd for DeAuthenticateResponse
impl Eq for DeAuthenticateResponse
impl StructuralPartialEq for DeAuthenticateResponse
Auto Trait Implementations§
impl Freeze for DeAuthenticateResponse
impl RefUnwindSafe for DeAuthenticateResponse
impl Send for DeAuthenticateResponse
impl Sync for DeAuthenticateResponse
impl Unpin for DeAuthenticateResponse
impl UnsafeUnpin for DeAuthenticateResponse
impl UnwindSafe for DeAuthenticateResponse
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