Struct style::selector_map::MaybeCaseInsensitiveHashMap [] [src]

pub struct MaybeCaseInsensitiveHashMap<K: PrecomputedHash + Hash + Eq, V: 'static>(_);

Wrapper for PrecomputedHashMap that does ASCII-case-insensitive lookup in quirks mode.

Methods

impl<V: 'static> MaybeCaseInsensitiveHashMap<Atom, V>
[src]

[src]

Empty map

[src]

HashMap::entry

[src]

HashMap::try_entry

Important traits for Iter<'a, K, V>
[src]

HashMap::iter

[src]

HashMap::clear

[src]

HashMap::get

Trait Implementations

impl<K: Debug + PrecomputedHash + Hash + Eq, V: Debug + 'static> Debug for MaybeCaseInsensitiveHashMap<K, V>
[src]

[src]

Formats the value using the given formatter. Read more

impl<K: PrecomputedHash + Hash + Eq, V: 'static> MallocSizeOf for MaybeCaseInsensitiveHashMap<K, V> where
    K: MallocSizeOf,
    V: MallocSizeOf
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more