pub struct DefaultClientData;
Expand description
The client data and its hash will be automatically generated from the request according to the WebAuthn specification.
Trait Implementations§
Source§impl ClientData<()> for DefaultClientData
impl ClientData<()> for DefaultClientData
Source§fn extra_client_data(&self)
fn extra_client_data(&self)
Extra client data to be appended to the automatically generated client data.
Auto Trait Implementations§
impl Freeze for DefaultClientData
impl RefUnwindSafe for DefaultClientData
impl Send for DefaultClientData
impl Sync for DefaultClientData
impl Unpin for DefaultClientData
impl UnwindSafe for DefaultClientData
Blanket Implementations§
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