pub struct AuthenticatorInfo { /* private fields */ }Implementations§
Source§impl AuthenticatorInfo
impl AuthenticatorInfo
pub fn supports_hmac_secret(&self) -> bool
Trait Implementations§
Source§impl Clone for AuthenticatorInfo
impl Clone for AuthenticatorInfo
Source§fn clone(&self) -> AuthenticatorInfo
fn clone(&self) -> AuthenticatorInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthenticatorInfo
impl Debug for AuthenticatorInfo
Source§impl Default for AuthenticatorInfo
impl Default for AuthenticatorInfo
Source§fn default() -> AuthenticatorInfo
fn default() -> AuthenticatorInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticatorInfo
impl<'de> Deserialize<'de> for AuthenticatorInfo
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 Display for AuthenticatorInfo
impl Display for AuthenticatorInfo
Source§impl PartialEq for AuthenticatorInfo
impl PartialEq for AuthenticatorInfo
Source§fn eq(&self, other: &AuthenticatorInfo) -> bool
fn eq(&self, other: &AuthenticatorInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthenticatorInfo
impl StructuralPartialEq for AuthenticatorInfo
Auto Trait Implementations§
impl Freeze for AuthenticatorInfo
impl RefUnwindSafe for AuthenticatorInfo
impl Send for AuthenticatorInfo
impl Sync for AuthenticatorInfo
impl Unpin for AuthenticatorInfo
impl UnsafeUnpin for AuthenticatorInfo
impl UnwindSafe for AuthenticatorInfo
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