Enum otpauth_uri::types::OTPGenerator [−][src]
pub enum OTPGenerator { TOTPGenerator(TOTPGenerator), HOTPGenerator(HOTPGenerator), }
Variants
TOTPGenerator(TOTPGenerator)
HOTPGenerator(HOTPGenerator)
Trait Implementations
impl Debug for OTPGenerator
[src]
impl Debug for OTPGenerator
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<OTPUri> for OTPGenerator
[src]
impl From<OTPUri> for OTPGenerator
Auto Trait Implementations
impl Send for OTPGenerator
impl Send for OTPGenerator
impl Sync for OTPGenerator
impl Sync for OTPGenerator