Enum jsonpath_rust::parser::parser::Rule
source · pub enum Rule {
Show 40 variants
EOI,
WHITESPACE,
boolean,
null,
min,
col,
dot,
word,
specs,
number,
string_qt,
inner,
char,
root,
sign,
key_lim,
key_unlim,
key,
descent,
descent_w,
wildcard,
current,
field,
function,
unsigned,
signed,
start_slice,
end_slice,
step_slice,
slice,
unit_keys,
unit_indexes,
filter,
logic,
logic_and,
logic_atom,
atom,
index,
chain,
path,
}
Expand description
Variants§
EOI
WHITESPACE
boolean
null
min
col
dot
word
specs
number
string_qt
inner
char
root
sign
key_lim
key_unlim
key
descent
descent_w
wildcard
current
field
function
unsigned
signed
start_slice
end_slice
step_slice
slice
unit_keys
unit_indexes
filter
logic
logic_and
logic_atom
atom
index
chain
path
Trait Implementations§
source§impl Ord for Rule
impl Ord for Rule
source§impl PartialEq<Rule> for Rule
impl PartialEq<Rule> for Rule
source§impl PartialOrd<Rule> for Rule
impl PartialOrd<Rule> for Rule
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more