Enum selectors::parser::NamespaceConstraint [] [src]

pub enum NamespaceConstraint<Impl: SelectorImpl> {
    Any,
    Specific(Namespace<Impl>),
}

Variants

Trait Implementations

impl<Impl: Eq + SelectorImpl> Eq for NamespaceConstraint<Impl>
[src]

impl<Impl: PartialEq + SelectorImpl> PartialEq for NamespaceConstraint<Impl>
[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 NamespaceConstraint<Impl>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Impl: Hash + SelectorImpl> Hash for NamespaceConstraint<Impl>
[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: Debug + SelectorImpl> Debug for NamespaceConstraint<Impl>
[src]

Formats the value using the given formatter.