pub struct CredentialExtensions {
pub hmac_secret: Option<StoredHmacSecret>,
}Expand description
Supported extensions on a Passkey
Fields§
§hmac_secret: Option<StoredHmacSecret>Whether the passkey has hmac-secret credentials associated to it
Trait Implementations§
Source§impl Clone for CredentialExtensions
impl Clone for CredentialExtensions
Source§fn clone(&self) -> CredentialExtensions
fn clone(&self) -> CredentialExtensions
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 Default for CredentialExtensions
impl Default for CredentialExtensions
Source§fn default() -> CredentialExtensions
fn default() -> CredentialExtensions
Returns the “default value” for a type. Read more
Source§impl Drop for CredentialExtensions
impl Drop for CredentialExtensions
Auto Trait Implementations§
impl Freeze for CredentialExtensions
impl RefUnwindSafe for CredentialExtensions
impl Send for CredentialExtensions
impl Sync for CredentialExtensions
impl Unpin for CredentialExtensions
impl UnwindSafe for CredentialExtensions
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