[][src]Trait isnt::std_1::collections::IsntHashMap2Ext

pub trait IsntHashMap2Ext<K, V, S>: Sealed<K, V, S> {
#[must_use]    pub fn not_contains_key<Q: ?Sized>(&self, k: &Q) -> bool
    where
        K: Borrow<Q>,
        Q: Hash + Eq
; }

Extension for HashMap

Required methods

#[must_use]pub fn not_contains_key<Q: ?Sized>(&self, k: &Q) -> bool where
    K: Borrow<Q>,
    Q: Hash + Eq
[src]

The negation of contains_key

Loading content...

Implementations on Foreign Types

impl<K, V, S> IsntHashMap2Ext<K, V, S> for HashMap<K, V, S> where
    K: Eq + Hash,
    S: BuildHasher
[src]

Loading content...

Implementors

Loading content...