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