Struct rsonpath_lib::query::automaton::State   
source · pub struct State(_);Expand description
State of an Automaton. Thin wrapper over a state’s identifier.
Trait Implementations§
source§impl Ord for State
 
impl Ord for State
source§impl PartialEq<State> for State
 
impl PartialEq<State> for State
source§impl PartialOrd<State> for State
 
impl PartialOrd<State> for State
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