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