pub struct FirstFactorAssertionCredentialAssertion {
pub algorithm: Option<String>,
pub client_data: String,
pub cred_id: String,
pub signature: String,
pub authenticator_data: Option<String>,
pub user_handle: Option<String>,
}Fields§
§algorithm: Option<String>§client_data: String§cred_id: String§signature: String§authenticator_data: Option<String>§user_handle: Option<String>Trait Implementations§
Source§impl Clone for FirstFactorAssertionCredentialAssertion
impl Clone for FirstFactorAssertionCredentialAssertion
Source§fn clone(&self) -> FirstFactorAssertionCredentialAssertion
fn clone(&self) -> FirstFactorAssertionCredentialAssertion
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<'de> Deserialize<'de> for FirstFactorAssertionCredentialAssertion
impl<'de> Deserialize<'de> for FirstFactorAssertionCredentialAssertion
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 FirstFactorAssertionCredentialAssertion
impl PartialEq for FirstFactorAssertionCredentialAssertion
Source§fn eq(&self, other: &FirstFactorAssertionCredentialAssertion) -> bool
fn eq(&self, other: &FirstFactorAssertionCredentialAssertion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FirstFactorAssertionCredentialAssertion
Auto Trait Implementations§
impl Freeze for FirstFactorAssertionCredentialAssertion
impl RefUnwindSafe for FirstFactorAssertionCredentialAssertion
impl Send for FirstFactorAssertionCredentialAssertion
impl Sync for FirstFactorAssertionCredentialAssertion
impl Unpin for FirstFactorAssertionCredentialAssertion
impl UnwindSafe for FirstFactorAssertionCredentialAssertion
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