Struct selectors::parser::AttrSelector [] [src]

pub struct AttrSelector<Impl: SelectorImpl> {
    pub name: Impl::LocalName,
    pub lower_name: Impl::LocalName,
    pub namespace: NamespaceConstraint<Impl>,
}

Fields

Trait Implementations

impl<Impl: Eq + SelectorImpl> Eq for AttrSelector<Impl> where Impl::LocalName: Eq
[src]

impl<Impl: PartialEq + SelectorImpl> PartialEq for AttrSelector<Impl> where Impl::LocalName: PartialEq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<Impl: Clone + SelectorImpl> Clone for AttrSelector<Impl> where Impl::LocalName: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Impl: Hash + SelectorImpl> Hash for AttrSelector<Impl> where Impl::LocalName: Hash
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl<Impl: SelectorImpl> Debug for AttrSelector<Impl>
[src]

Formats the value using the given formatter.

impl<Impl: SelectorImpl> ToCss for AttrSelector<Impl>
[src]

Serialize self in CSS syntax, writing to dest.

Serialize self in CSS syntax and return a string. Read more

Serialize self in CSS syntax and return a result compatible with std::fmt::Show. Read more