pub struct SelectParser { /* private fields */ }Expand description
Advanced CQL SELECT parser
Implementations§
Source§impl SelectParser
impl SelectParser
Sourcepub fn parse_select_statement(&mut self) -> Result<SelectStatement>
pub fn parse_select_statement(&mut self) -> Result<SelectStatement>
Parse a complete SELECT statement
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectParser
impl RefUnwindSafe for SelectParser
impl Send for SelectParser
impl Sync for SelectParser
impl Unpin for SelectParser
impl UnsafeUnpin for SelectParser
impl UnwindSafe for SelectParser
Blanket Implementations§
impl<T> Allocation for T
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