pub struct RequestChallengeForAuthenticationRequest {
pub communication_configuration: u8,
pub algorithm_indicator: [u8; 16],
}Fields§
§communication_configuration: u8§algorithm_indicator: [u8; 16]Trait Implementations§
Source§impl Clone for RequestChallengeForAuthenticationRequest
impl Clone for RequestChallengeForAuthenticationRequest
Source§fn clone(&self) -> RequestChallengeForAuthenticationRequest
fn clone(&self) -> RequestChallengeForAuthenticationRequest
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 FrameRead<'_> for RequestChallengeForAuthenticationRequest
impl FrameRead<'_> for RequestChallengeForAuthenticationRequest
Source§impl Ord for RequestChallengeForAuthenticationRequest
impl Ord for RequestChallengeForAuthenticationRequest
Source§fn cmp(&self, other: &RequestChallengeForAuthenticationRequest) -> Ordering
fn cmp(&self, other: &RequestChallengeForAuthenticationRequest) -> 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 RequestChallengeForAuthenticationRequest
impl PartialEq for RequestChallengeForAuthenticationRequest
Source§fn eq(&self, other: &RequestChallengeForAuthenticationRequest) -> bool
fn eq(&self, other: &RequestChallengeForAuthenticationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RequestChallengeForAuthenticationRequest
impl PartialOrd for RequestChallengeForAuthenticationRequest
impl Eq for RequestChallengeForAuthenticationRequest
impl StructuralPartialEq for RequestChallengeForAuthenticationRequest
Auto Trait Implementations§
impl Freeze for RequestChallengeForAuthenticationRequest
impl RefUnwindSafe for RequestChallengeForAuthenticationRequest
impl Send for RequestChallengeForAuthenticationRequest
impl Sync for RequestChallengeForAuthenticationRequest
impl Unpin for RequestChallengeForAuthenticationRequest
impl UnsafeUnpin for RequestChallengeForAuthenticationRequest
impl UnwindSafe for RequestChallengeForAuthenticationRequest
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