pub struct Checks(/* private fields */);Implementations§
Trait Implementations§
Source§impl AddAssign<Check> for Checks
 
impl AddAssign<Check> for Checks
Source§fn add_assign(&mut self, rhs: Check)
 
fn add_assign(&mut self, rhs: Check)
Performs the 
+= operation. Read moreSource§impl IntoIterator for &Checks
 
impl IntoIterator for &Checks
Source§impl IntoIterator for Checks
 
impl IntoIterator for Checks
impl Copy for Checks
impl Eq for Checks
impl StructuralPartialEq for Checks
Auto Trait Implementations§
impl Freeze for Checks
impl RefUnwindSafe for Checks
impl Send for Checks
impl Sync for Checks
impl Unpin for Checks
impl UnwindSafe for Checks
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.