Struct css::selectors::attr::AttrSelectorWithNamespace [] [src]

pub struct AttrSelectorWithNamespace<Impl: SelectorImpl> {
    pub namespace: NamespaceConstraint<(Impl::NamespacePrefix, Impl::NamespaceUrl)>,
    pub local_name: Impl::LocalName,
    pub local_name_lower: Impl::LocalName,
    pub operation: ParsedAttrSelectorOperation<Impl::AttrValue>,
    pub never_matches: bool,
}

Fields

Methods

impl<Impl: SelectorImpl> AttrSelectorWithNamespace<Impl>
[src]

Trait Implementations

impl<Impl: Clone + SelectorImpl> Clone for AttrSelectorWithNamespace<Impl> where
    Impl::NamespacePrefix: Clone,
    Impl::NamespaceUrl: Clone,
    Impl::LocalName: Clone,
    Impl::LocalName: Clone,
    Impl::AttrValue: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<Impl: Eq + SelectorImpl> Eq for AttrSelectorWithNamespace<Impl> where
    Impl::NamespacePrefix: Eq,
    Impl::NamespaceUrl: Eq,
    Impl::LocalName: Eq,
    Impl::LocalName: Eq,
    Impl::AttrValue: Eq
[src]

impl<Impl: PartialEq + SelectorImpl> PartialEq for AttrSelectorWithNamespace<Impl> where
    Impl::NamespacePrefix: PartialEq,
    Impl::NamespaceUrl: PartialEq,
    Impl::LocalName: PartialEq,
    Impl::LocalName: PartialEq,
    Impl::AttrValue: PartialEq
[src]

[src]

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

[src]

This method tests for !=.

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

[src]

Formats the value using the given formatter.

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

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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