Struct select::predicate::Class [] [src]

pub struct Class<T>(pub T);

Matches Element Node containing class T.

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Class<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 Class<&'a str>
[src]