pub struct QopSet(/* private fields */);Available on crate feature
digest-scheme only.Expand description
A set of zero or more Qops.
Trait Implementations§
source§impl PartialEq for QopSet
impl PartialEq for QopSet
impl Copy for QopSet
impl Eq for QopSet
impl StructuralEq for QopSet
impl StructuralPartialEq for QopSet
Auto Trait Implementations§
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