pub struct MfaSecret {
pub base32_secret: String,
pub account: String,
pub issuer: String,
}Expand description
MFA 密钥(Base32 编码的随机字节)
Fields§
§base32_secret: StringBase32 编码的密钥
account: String关联的账户名
issuer: String发行方名称
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MfaSecret
impl RefUnwindSafe for MfaSecret
impl Send for MfaSecret
impl Sync for MfaSecret
impl Unpin for MfaSecret
impl UnsafeUnpin for MfaSecret
impl UnwindSafe for MfaSecret
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