pub struct AddCredentialParams {
pub authenticatorId: AuthenticatorId,
pub credential: Credential,
}Expand description
Adds the credential to the specified authenticator.
Fields§
§authenticatorId: AuthenticatorId§credential: CredentialImplementations§
Trait Implementations§
Source§impl CdpCommand for AddCredentialParams
impl CdpCommand for AddCredentialParams
Source§impl Clone for AddCredentialParams
impl Clone for AddCredentialParams
Source§fn clone(&self) -> AddCredentialParams
fn clone(&self) -> AddCredentialParams
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 Debug for AddCredentialParams
impl Debug for AddCredentialParams
Source§impl Default for AddCredentialParams
impl Default for AddCredentialParams
Source§fn default() -> AddCredentialParams
fn default() -> AddCredentialParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddCredentialParams
impl<'de> Deserialize<'de> for AddCredentialParams
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
Auto Trait Implementations§
impl Freeze for AddCredentialParams
impl RefUnwindSafe for AddCredentialParams
impl Send for AddCredentialParams
impl Sync for AddCredentialParams
impl Unpin for AddCredentialParams
impl UnsafeUnpin for AddCredentialParams
impl UnwindSafe for AddCredentialParams
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