Struct select::predicate::Element [] [src]

pub struct Element;

Matches any Element Node.

Trait Implementations

impl Copy for Element
[src]

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Element
[src]

Formats the value using the given formatter.

impl PartialEq for Element
[src]

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

This method tests for !=.

impl Predicate for Element
[src]