Struct select::predicate::Name [] [src]

pub struct Name<T>(pub T);

Matches Element Node with name T.

Trait Implementations

impl<T: Copy> Copy for Name<T>
[src]

impl<T: Clone> Clone for Name<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Name<T>
[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Name<T>
[src]

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

This method tests for !=.

impl<'a> Predicate for Name<&'a str>
[src]