Enum rquery::MatchType
[−]
[src]
pub enum MatchType { Equals, }
The match type for an attribute selector.
Variants
Equals
Indicates that the match must be identical
Trait Implementations
impl Clone for MatchType
[src]
fn clone(&self) -> MatchType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more