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

pub struct AttrSelector {
    pub name: Atom,
    pub lower_name: Atom,
    pub namespace: NamespaceConstraint,
}

Fields

name: Atom lower_name: Atom namespace: NamespaceConstraint

Trait Implementations

impl Debug for AttrSelector
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Hash for AttrSelector
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

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

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Clone for AttrSelector
[src]

fn clone(&self) -> AttrSelector

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl PartialEq for AttrSelector
[src]

fn eq(&self, __arg_0: &AttrSelector) -> bool

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

fn ne(&self, __arg_0: &AttrSelector) -> bool

This method tests for !=.

impl Eq for AttrSelector
[src]