pub struct AuthenticatorExtensionOutputStaticState {
pub cred_protect: CredentialProtectionPolicy,
pub hmac_secret: Option<bool>,
}Expand description
AuthenticatorExtensionOutput extensions that are saved in StaticState because they are used during
authentication ceremonies.
Fields§
§cred_protect: CredentialProtectionPolicy§hmac_secret: Option<bool>Trait Implementations§
Source§impl Clone for AuthenticatorExtensionOutputStaticState
impl Clone for AuthenticatorExtensionOutputStaticState
Source§fn clone(&self) -> AuthenticatorExtensionOutputStaticState
fn clone(&self) -> AuthenticatorExtensionOutputStaticState
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 From<AuthenticatorExtensionOutput> for AuthenticatorExtensionOutputStaticState
impl From<AuthenticatorExtensionOutput> for AuthenticatorExtensionOutputStaticState
Source§fn from(value: AuthenticatorExtensionOutput) -> Self
fn from(value: AuthenticatorExtensionOutput) -> Self
Converts to this type from the input type.
impl Copy for AuthenticatorExtensionOutputStaticState
Auto Trait Implementations§
impl Freeze for AuthenticatorExtensionOutputStaticState
impl RefUnwindSafe for AuthenticatorExtensionOutputStaticState
impl Send for AuthenticatorExtensionOutputStaticState
impl Sync for AuthenticatorExtensionOutputStaticState
impl Unpin for AuthenticatorExtensionOutputStaticState
impl UnwindSafe for AuthenticatorExtensionOutputStaticState
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