pub enum EccLevel {
M,
L,
H,
Q,
}
Variants§
Trait Implementations§
impl Eq for EccLevel
impl StructuralPartialEq for EccLevel
Auto Trait Implementations§
impl Freeze for EccLevel
impl RefUnwindSafe for EccLevel
impl Send for EccLevel
impl Sync for EccLevel
impl Unpin for EccLevel
impl UnwindSafe for EccLevel
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