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