Struct yehorbolt_sql_parser::SQLParser
source · pub struct SQLParser;Trait Implementations§
Auto Trait Implementations§
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