pub struct WebAuthnBeginResponse {
pub challenge: String,
pub user_id: Uuid,
pub timeout_secs: u64,
pub options: Value,
}Fields§
§challenge: StringOpaque server-side ceremony id (previously challenge id in this API).
user_id: Uuid§timeout_secs: u64§options: ValueTrait Implementations§
Source§impl Clone for WebAuthnBeginResponse
impl Clone for WebAuthnBeginResponse
Source§fn clone(&self) -> WebAuthnBeginResponse
fn clone(&self) -> WebAuthnBeginResponse
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 moreSource§impl Debug for WebAuthnBeginResponse
impl Debug for WebAuthnBeginResponse
Auto Trait Implementations§
impl Freeze for WebAuthnBeginResponse
impl RefUnwindSafe for WebAuthnBeginResponse
impl Send for WebAuthnBeginResponse
impl Sync for WebAuthnBeginResponse
impl Unpin for WebAuthnBeginResponse
impl UnsafeUnpin for WebAuthnBeginResponse
impl UnwindSafe for WebAuthnBeginResponse
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