pub struct DebugQuery {
pub sql: String,
pub params: Vec<String>,
}
Fields§
§sql: String
§params: Vec<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugQuery
impl RefUnwindSafe for DebugQuery
impl Send for DebugQuery
impl Sync for DebugQuery
impl Unpin for DebugQuery
impl UnwindSafe for DebugQuery
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