Enum totp_rs::SecretParseError
source · pub enum SecretParseError {
ParseBase32,
}Variants§
ParseBase32
Trait Implementations§
source§impl Clone for SecretParseError
impl Clone for SecretParseError
source§fn clone(&self) -> SecretParseError
fn clone(&self) -> SecretParseError
Returns a copy of the value. Read more
1.0.0 · 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 SecretParseError
impl Debug for SecretParseError
source§impl Display for SecretParseError
impl Display for SecretParseError
source§impl PartialEq<SecretParseError> for SecretParseError
impl PartialEq<SecretParseError> for SecretParseError
source§fn eq(&self, other: &SecretParseError) -> bool
fn eq(&self, other: &SecretParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.