pub struct AuthenticatorUrls {
pub otp: HashMap<SecretId, Url>,
}Available on crate feature
authenticator only.Expand description
URLs for an authenticator folder.
Fields§
§otp: HashMap<SecretId, Url>Collection of otpauth: URLs.
Trait Implementations§
Source§impl Default for AuthenticatorUrls
impl Default for AuthenticatorUrls
Source§fn default() -> AuthenticatorUrls
fn default() -> AuthenticatorUrls
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthenticatorUrls
impl<'de> Deserialize<'de> for AuthenticatorUrls
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
Auto Trait Implementations§
impl Freeze for AuthenticatorUrls
impl RefUnwindSafe for AuthenticatorUrls
impl Send for AuthenticatorUrls
impl Sync for AuthenticatorUrls
impl Unpin for AuthenticatorUrls
impl UnwindSafe for AuthenticatorUrls
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