pub struct AfterRegistrationVerificationInput {
pub user: PasskeyRegistrationUser,
pub client_data: Value,
pub context: Option<String>,
}Fields§
§user: PasskeyRegistrationUser§client_data: Value§context: Option<String>Trait Implementations§
Source§impl Clone for AfterRegistrationVerificationInput
impl Clone for AfterRegistrationVerificationInput
Source§fn clone(&self) -> AfterRegistrationVerificationInput
fn clone(&self) -> AfterRegistrationVerificationInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for AfterRegistrationVerificationInput
impl PartialEq for AfterRegistrationVerificationInput
Source§fn eq(&self, other: &AfterRegistrationVerificationInput) -> bool
fn eq(&self, other: &AfterRegistrationVerificationInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AfterRegistrationVerificationInput
Auto Trait Implementations§
impl Freeze for AfterRegistrationVerificationInput
impl RefUnwindSafe for AfterRegistrationVerificationInput
impl Send for AfterRegistrationVerificationInput
impl Sync for AfterRegistrationVerificationInput
impl Unpin for AfterRegistrationVerificationInput
impl UnsafeUnpin for AfterRegistrationVerificationInput
impl UnwindSafe for AfterRegistrationVerificationInput
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> 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