Struct webauthn_rs_core::interface::Registration
source · [−]pub struct Registration;Expand description
Marker type parameter for data related to registration ceremony
Trait Implementations
sourceimpl Ceremony for Registration
impl Ceremony for Registration
type SignedExtensions = RegistrationSignedExtensions
type SignedExtensions = RegistrationSignedExtensions
The type of the extension outputs of the ceremony
Auto Trait Implementations
impl RefUnwindSafe for Registration
impl Send for Registration
impl Sync for Registration
impl Unpin for Registration
impl UnwindSafe for Registration
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