pub struct WebAuthnStartResponse {
pub options: Option<Box<PublicKeyCredentialRequestOptions>>,
}
Expand description
WebAuthnStartResponse : API response for starting a WebAuthn authentication ceremony
Fields§
§options: Option<Box<PublicKeyCredentialRequestOptions>>
Implementations§
Source§impl WebAuthnStartResponse
impl WebAuthnStartResponse
Sourcepub fn new() -> WebAuthnStartResponse
pub fn new() -> WebAuthnStartResponse
API response for starting a WebAuthn authentication ceremony
Trait Implementations§
Source§impl Clone for WebAuthnStartResponse
impl Clone for WebAuthnStartResponse
Source§fn clone(&self) -> WebAuthnStartResponse
fn clone(&self) -> WebAuthnStartResponse
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 WebAuthnStartResponse
impl Debug for WebAuthnStartResponse
Source§impl Default for WebAuthnStartResponse
impl Default for WebAuthnStartResponse
Source§fn default() -> WebAuthnStartResponse
fn default() -> WebAuthnStartResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebAuthnStartResponse
impl<'de> Deserialize<'de> for WebAuthnStartResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WebAuthnStartResponse
impl PartialEq for WebAuthnStartResponse
Source§impl Serialize for WebAuthnStartResponse
impl Serialize for WebAuthnStartResponse
impl StructuralPartialEq for WebAuthnStartResponse
Auto Trait Implementations§
impl Freeze for WebAuthnStartResponse
impl RefUnwindSafe for WebAuthnStartResponse
impl Send for WebAuthnStartResponse
impl Sync for WebAuthnStartResponse
impl Unpin for WebAuthnStartResponse
impl UnwindSafe for WebAuthnStartResponse
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