pub struct FinishRegistrationRequest {
pub challenge: String,
pub credential: RegisterPublicKeyCredential,
}Fields§
§challenge: String§credential: RegisterPublicKeyCredentialTrait Implementations§
Source§impl Clone for FinishRegistrationRequest
impl Clone for FinishRegistrationRequest
Source§fn clone(&self) -> FinishRegistrationRequest
fn clone(&self) -> FinishRegistrationRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FinishRegistrationRequest
impl RefUnwindSafe for FinishRegistrationRequest
impl Send for FinishRegistrationRequest
impl Sync for FinishRegistrationRequest
impl Unpin for FinishRegistrationRequest
impl UnsafeUnpin for FinishRegistrationRequest
impl UnwindSafe for FinishRegistrationRequest
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