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