pub struct SQLParser;
Expand description
Main module that contains rules for parser
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SQLParser
impl RefUnwindSafe for SQLParser
impl Send for SQLParser
impl Sync for SQLParser
impl Unpin for SQLParser
impl UnwindSafe for SQLParser
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