pub struct PartiQLParser;Expand description
PartiQL statement parser
Implementations§
Source§impl PartiQLParser
impl PartiQLParser
Sourcepub fn parse(sql: &str) -> Result<PartiQLStatement>
pub fn parse(sql: &str) -> Result<PartiQLStatement>
Parse a PartiQL statement
Auto Trait Implementations§
impl Freeze for PartiQLParser
impl RefUnwindSafe for PartiQLParser
impl Send for PartiQLParser
impl Sync for PartiQLParser
impl Unpin for PartiQLParser
impl UnwindSafe for PartiQLParser
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