pub struct SqliteQuery;
Expand description
§SqliteQuery
Reference: https://www.sqlite.org/syntaxdiagrams.html#sql-stmt
Implementations§
Source§impl SqliteQuery
impl SqliteQuery
pub fn parse(sql: &str) -> Result<SqliteQuery, Sq3ParserError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqliteQuery
impl RefUnwindSafe for SqliteQuery
impl Send for SqliteQuery
impl Sync for SqliteQuery
impl Unpin for SqliteQuery
impl UnwindSafe for SqliteQuery
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