pub struct Digits { /* private fields */ }
Expand description
Represents the number of digits in OTPs.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Digits
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for Digits
Available on crate feature
serde
only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Digits
impl Eq for Digits
impl StructuralPartialEq for Digits
Auto Trait Implementations§
impl Freeze for Digits
impl RefUnwindSafe for Digits
impl Send for Digits
impl Sync for Digits
impl Unpin for Digits
impl UnwindSafe for Digits
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