pub enum OtpCharSet {
Numeric,
Alphanumeric,
AlphanumericSpecialChars,
Custom(String),
}Variants§
Auto Trait Implementations§
impl Freeze for OtpCharSet
impl RefUnwindSafe for OtpCharSet
impl Send for OtpCharSet
impl Sync for OtpCharSet
impl Unpin for OtpCharSet
impl UnwindSafe for OtpCharSet
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