pub struct CipherFido2CredentialModel {Show 13 fields
pub credential_id: Option<String>,
pub key_type: Option<String>,
pub key_algorithm: Option<String>,
pub key_curve: Option<String>,
pub key_value: Option<String>,
pub rp_id: Option<String>,
pub rp_name: Option<String>,
pub user_handle: Option<String>,
pub user_name: Option<String>,
pub user_display_name: Option<String>,
pub counter: Option<String>,
pub discoverable: Option<String>,
pub creation_date: String,
}
Fields§
§credential_id: Option<String>
§key_type: Option<String>
§key_algorithm: Option<String>
§key_curve: Option<String>
§key_value: Option<String>
§rp_id: Option<String>
§rp_name: Option<String>
§user_handle: Option<String>
§user_name: Option<String>
§user_display_name: Option<String>
§counter: Option<String>
§discoverable: Option<String>
§creation_date: String
Implementations§
Source§impl CipherFido2CredentialModel
impl CipherFido2CredentialModel
pub fn new(creation_date: String) -> CipherFido2CredentialModel
Trait Implementations§
Source§impl Clone for CipherFido2CredentialModel
impl Clone for CipherFido2CredentialModel
Source§fn clone(&self) -> CipherFido2CredentialModel
fn clone(&self) -> CipherFido2CredentialModel
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 CipherFido2CredentialModel
impl Debug for CipherFido2CredentialModel
Source§impl Default for CipherFido2CredentialModel
impl Default for CipherFido2CredentialModel
Source§fn default() -> CipherFido2CredentialModel
fn default() -> CipherFido2CredentialModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CipherFido2CredentialModel
impl<'de> Deserialize<'de> for CipherFido2CredentialModel
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
impl StructuralPartialEq for CipherFido2CredentialModel
Auto Trait Implementations§
impl Freeze for CipherFido2CredentialModel
impl RefUnwindSafe for CipherFido2CredentialModel
impl Send for CipherFido2CredentialModel
impl Sync for CipherFido2CredentialModel
impl Unpin for CipherFido2CredentialModel
impl UnwindSafe for CipherFido2CredentialModel
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