Enum kanidmd_lib::credential::totp::TotpDigits
source · [−]#[repr(u32)]
pub enum TotpDigits {
Six,
Eight,
}
Variants
Six
Eight
Trait Implementations
sourceimpl Clone for TotpDigits
impl Clone for TotpDigits
sourcefn clone(&self) -> TotpDigits
fn clone(&self) -> TotpDigits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TotpDigits
impl Debug for TotpDigits
sourceimpl Into<u8> for TotpDigits
impl Into<u8> for TotpDigits
sourceimpl PartialEq<TotpDigits> for TotpDigits
impl PartialEq<TotpDigits> for TotpDigits
sourcefn eq(&self, other: &TotpDigits) -> bool
fn eq(&self, other: &TotpDigits) -> bool
sourceimpl TryFrom<u8> for TotpDigits
impl TryFrom<u8> for TotpDigits
impl Copy for TotpDigits
impl Eq for TotpDigits
impl StructuralEq for TotpDigits
impl StructuralPartialEq for TotpDigits
Auto Trait Implementations
impl RefUnwindSafe for TotpDigits
impl Send for TotpDigits
impl Sync for TotpDigits
impl Unpin for TotpDigits
impl UnwindSafe for TotpDigits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more