Struct style::selector_parser::PerPseudoElementMap [] [src]

pub struct PerPseudoElementMap<T> { /* fields omitted */ }

A per-pseudo map, from a given pseudo to a T.

Methods

impl<T> PerPseudoElementMap<T>
[src]

[src]

Get an entry in the map.

[src]

Clear this enumerated array.

[src]

Set an entry value.

Returns an error if the element is not a simple pseudo.

Important traits for &'a mut W
[src]

Get an entry for pseudo, or create it with calling f.

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

Get an iterator for the entries.

Trait Implementations

impl<T> MallocSizeOf for PerPseudoElementMap<T> where
    T: 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

impl<T> Default for PerPseudoElementMap<T>
[src]

[src]

Returns the "default value" for a type. Read more

impl<T> Debug for PerPseudoElementMap<T> where
    T: Debug
[src]

[src]

Formats the value using the given formatter. Read more