Struct proof_of_sql_parser::sql::SelectStatementParser
source · pub struct SelectStatementParser { /* private fields */ }
Implementations§
source§impl SelectStatementParser
impl SelectStatementParser
pub fn new() -> SelectStatementParser
pub fn parse<'input>( &self, input: &'input str, ) -> Result<SelectStatement, ParseError<usize, Token<'input>, &'static str>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectStatementParser
impl RefUnwindSafe for SelectStatementParser
impl Send for SelectStatementParser
impl Sync for SelectStatementParser
impl Unpin for SelectStatementParser
impl UnwindSafe for SelectStatementParser
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