Struct fusionauth_rust_client::models::web_authn_credential_response::WebAuthnCredentialResponse
source · pub struct WebAuthnCredentialResponse {
pub credential: Option<Box<WebAuthnCredential>>,
pub credentials: Option<Vec<WebAuthnCredential>>,
}
Expand description
WebAuthnCredentialResponse : WebAuthn Credential API response
Fields§
§credential: Option<Box<WebAuthnCredential>>
§credentials: Option<Vec<WebAuthnCredential>>
Implementations§
source§impl WebAuthnCredentialResponse
impl WebAuthnCredentialResponse
sourcepub fn new() -> WebAuthnCredentialResponse
pub fn new() -> WebAuthnCredentialResponse
WebAuthn Credential API response
Trait Implementations§
source§impl Clone for WebAuthnCredentialResponse
impl Clone for WebAuthnCredentialResponse
source§fn clone(&self) -> WebAuthnCredentialResponse
fn clone(&self) -> WebAuthnCredentialResponse
Returns a copy 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 WebAuthnCredentialResponse
impl Debug for WebAuthnCredentialResponse
source§impl Default for WebAuthnCredentialResponse
impl Default for WebAuthnCredentialResponse
source§fn default() -> WebAuthnCredentialResponse
fn default() -> WebAuthnCredentialResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WebAuthnCredentialResponse
impl<'de> Deserialize<'de> for WebAuthnCredentialResponse
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 WebAuthnCredentialResponse
impl PartialEq for WebAuthnCredentialResponse
source§fn eq(&self, other: &WebAuthnCredentialResponse) -> bool
fn eq(&self, other: &WebAuthnCredentialResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WebAuthnCredentialResponse
Auto Trait Implementations§
impl RefUnwindSafe for WebAuthnCredentialResponse
impl Send for WebAuthnCredentialResponse
impl Sync for WebAuthnCredentialResponse
impl Unpin for WebAuthnCredentialResponse
impl UnwindSafe for WebAuthnCredentialResponse
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