Enum rquery::MatchType [] [src]

pub enum MatchType {
    Equals,
}

The match type for an attribute selector.

Variants

Indicates that the match must be identical

Trait Implementations

impl Clone for MatchType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MatchType
[src]

impl Debug for MatchType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MatchType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.