Struct webauthn_rs_core::interface::Authentication
source · [−]pub struct Authentication;Expand description
Marker type parameter for data related to authentication ceremony
Trait Implementations
sourceimpl Ceremony for Authentication
impl Ceremony for Authentication
type SignedExtensions = AuthenticationSignedExtensions
type SignedExtensions = AuthenticationSignedExtensions
The type of the extension outputs of the ceremony
Auto Trait Implementations
impl RefUnwindSafe for Authentication
impl Send for Authentication
impl Sync for Authentication
impl Unpin for Authentication
impl UnwindSafe for Authentication
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more