pub struct ParsedSql {
pub statement: Statement,
pub canonical_powql: String,
}Fields§
§statement: Statement§canonical_powql: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedSql
impl RefUnwindSafe for ParsedSql
impl Send for ParsedSql
impl Sync for ParsedSql
impl Unpin for ParsedSql
impl UnsafeUnpin for ParsedSql
impl UnwindSafe for ParsedSql
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