#[repr(u8)]pub enum OathType {
Hotp = 16,
Totp = 32,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for OathType
Auto Trait Implementations§
impl Freeze for OathType
impl RefUnwindSafe for OathType
impl Send for OathType
impl Sync for OathType
impl Unpin for OathType
impl UnwindSafe for OathType
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