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