pub struct GetCredentialParams {
pub authenticatorId: AuthenticatorId,
pub credentialId: String,
}Expand description
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
Fields§
§authenticatorId: AuthenticatorId§credentialId: StringTrait Implementations§
Source§impl Clone for GetCredentialParams
impl Clone for GetCredentialParams
Source§fn clone(&self) -> GetCredentialParams
fn clone(&self) -> GetCredentialParams
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 GetCredentialParams
impl Debug for GetCredentialParams
Source§impl Default for GetCredentialParams
impl Default for GetCredentialParams
Source§fn default() -> GetCredentialParams
fn default() -> GetCredentialParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCredentialParams
impl<'de> Deserialize<'de> for GetCredentialParams
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 GetCredentialParams
impl RefUnwindSafe for GetCredentialParams
impl Send for GetCredentialParams
impl Sync for GetCredentialParams
impl Unpin for GetCredentialParams
impl UnsafeUnpin for GetCredentialParams
impl UnwindSafe for GetCredentialParams
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