pub struct MockWebauthnSigner<A: Algorithm, UV: UserVerification, S: Signer<A::Curve>> { /* private fields */ }Expand description
Mock signer for Webauthn signature schema
Implementations§
Source§impl<A, UV, S> MockWebauthnSigner<A, UV, S>
impl<A, UV, S> MockWebauthnSigner<A, UV, S>
Trait Implementations§
Source§impl<A: Algorithm, UV: UserVerification, S> Clone for MockWebauthnSigner<A, UV, S>
impl<A: Algorithm, UV: UserVerification, S> Clone for MockWebauthnSigner<A, UV, S>
Auto Trait Implementations§
impl<A, UV, S> Freeze for MockWebauthnSigner<A, UV, S>where
S: Freeze,
impl<A, UV, S> RefUnwindSafe for MockWebauthnSigner<A, UV, S>where
S: RefUnwindSafe,
impl<A, UV, S> Send for MockWebauthnSigner<A, UV, S>
impl<A, UV, S> Sync for MockWebauthnSigner<A, UV, S>
impl<A, UV, S> Unpin for MockWebauthnSigner<A, UV, S>where
S: Unpin,
impl<A, UV, S> UnsafeUnpin for MockWebauthnSigner<A, UV, S>where
S: UnsafeUnpin,
impl<A, UV, S> UnwindSafe for MockWebauthnSigner<A, UV, S>where
S: UnwindSafe,
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