pub struct QopSet(/* private fields */);
Available on crate feature
digest-scheme
only.Expand description
A set of zero or more Qop
s.
Trait Implementations§
impl Copy for QopSet
impl Eq for QopSet
impl StructuralPartialEq for QopSet
Auto Trait Implementations§
impl Freeze for QopSet
impl RefUnwindSafe for QopSet
impl Send for QopSet
impl Sync for QopSet
impl Unpin for QopSet
impl UnwindSafe for QopSet
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