pub struct MozillaAuthenticator { /* private fields */ }Available on crate feature
mozilla only.Implementations§
Trait Implementations§
source§impl AuthenticatorBackend for MozillaAuthenticator
impl AuthenticatorBackend for MozillaAuthenticator
fn perform_register( &mut self, origin: Url, options: PublicKeyCredentialCreationOptions, timeout_ms: u32 ) -> Result<RegisterPublicKeyCredential, WebauthnCError>
fn perform_auth( &mut self, origin: Url, options: PublicKeyCredentialRequestOptions, timeout_ms: u32 ) -> Result<PublicKeyCredential, WebauthnCError>
Auto Trait Implementations§
impl Freeze for MozillaAuthenticator
impl !RefUnwindSafe for MozillaAuthenticator
impl Send for MozillaAuthenticator
impl Sync for MozillaAuthenticator
impl Unpin for MozillaAuthenticator
impl !UnwindSafe for MozillaAuthenticator
Blanket Implementations§
source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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