pub struct RsqlParser;Trait Implementations§
Source§impl Parser<Rule> for RsqlParser
impl Parser<Rule> for RsqlParser
Source§impl Parser for RsqlParser
impl Parser for RsqlParser
type R = Rule
fn parse_to_node(code: &str) -> Result<Expr, ParserError>
fn default_comparisons() -> &'static HashMap<&'static str, &'static Comparison>
Auto Trait Implementations§
impl Freeze for RsqlParser
impl RefUnwindSafe for RsqlParser
impl Send for RsqlParser
impl Sync for RsqlParser
impl Unpin for RsqlParser
impl UnwindSafe for RsqlParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more