Enum otpauth_uri::types::OTPType[][src]

pub enum OTPType {
    HOTP,
    TOTP,
}

Variants

Trait Implementations

impl Debug for OTPType
[src]

Formats the value using the given formatter. Read more

impl Copy for OTPType
[src]

impl Clone for OTPType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OTPType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for OTPType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OTPType

impl Sync for OTPType