pub enum Qop {
Auth,
AuthInt,
}
Expand description
Quority of protection
Variants§
Trait Implementations§
impl Eq for Qop
impl StructuralPartialEq for Qop
Auto Trait Implementations§
impl Freeze for Qop
impl RefUnwindSafe for Qop
impl Send for Qop
impl Sync for Qop
impl Unpin for Qop
impl UnwindSafe for Qop
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