#[repr(u8)]pub enum OathAlgo {
Sha1 = 1,
Sha256 = 2,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for OathAlgo
Auto Trait Implementations§
impl Freeze for OathAlgo
impl RefUnwindSafe for OathAlgo
impl Send for OathAlgo
impl Sync for OathAlgo
impl Unpin for OathAlgo
impl UnwindSafe for OathAlgo
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