pub struct AuthenticatorAssuranceLevelInfo {
pub current_level: Option<AuthenticatorAssuranceLevel>,
pub next_level: Option<AuthenticatorAssuranceLevel>,
pub current_authentication_methods: Vec<AmrEntry>,
}Expand description
Authenticator assurance level info.
Fields§
§current_level: Option<AuthenticatorAssuranceLevel>§next_level: Option<AuthenticatorAssuranceLevel>§current_authentication_methods: Vec<AmrEntry>Trait Implementations§
Source§impl Clone for AuthenticatorAssuranceLevelInfo
impl Clone for AuthenticatorAssuranceLevelInfo
Source§fn clone(&self) -> AuthenticatorAssuranceLevelInfo
fn clone(&self) -> AuthenticatorAssuranceLevelInfo
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 moreAuto Trait Implementations§
impl Freeze for AuthenticatorAssuranceLevelInfo
impl RefUnwindSafe for AuthenticatorAssuranceLevelInfo
impl Send for AuthenticatorAssuranceLevelInfo
impl Sync for AuthenticatorAssuranceLevelInfo
impl Unpin for AuthenticatorAssuranceLevelInfo
impl UnsafeUnpin for AuthenticatorAssuranceLevelInfo
impl UnwindSafe for AuthenticatorAssuranceLevelInfo
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