pub struct GetCredentials { /* private fields */ }Expand description
Returns all the credentials stored in the given virtual authenticator.
Implementations§
Source§impl GetCredentials
impl GetCredentials
pub fn new(authenticator_id: impl Into<AuthenticatorId>) -> Self
Trait 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
Auto Trait Implementations§
impl Freeze for GetCredentials
impl RefUnwindSafe for GetCredentials
impl Send for GetCredentials
impl Sync for GetCredentials
impl Unpin for GetCredentials
impl UnsafeUnpin 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