pub struct AddCredential {
pub authenticator_id: AuthenticatorId,
pub credential: Credential,
}Fields§
§authenticator_id: AuthenticatorId§credential: CredentialTrait Implementations§
Source§impl Clone for AddCredential
impl Clone for AddCredential
Source§fn clone(&self) -> AddCredential
fn clone(&self) -> AddCredential
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 AddCredential
impl Debug for AddCredential
Source§impl<'de> Deserialize<'de> for AddCredential
impl<'de> Deserialize<'de> for AddCredential
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 Method for AddCredential
impl Method for AddCredential
const NAME: &'static str = "WebAuthn.addCredential"
type ReturnObject = AddCredentialReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for AddCredential
impl PartialEq for AddCredential
Source§impl Serialize for AddCredential
impl Serialize for AddCredential
impl StructuralPartialEq for AddCredential
Auto Trait Implementations§
impl Freeze for AddCredential
impl RefUnwindSafe for AddCredential
impl Send for AddCredential
impl Sync for AddCredential
impl Unpin for AddCredential
impl UnwindSafe for AddCredential
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