pub struct QueryLine {
pub sql: String,
pub duration_ms: Option<f64>,
pub rows: Option<u64>,
}Fields§
§sql: String§duration_ms: Option<f64>§rows: Option<u64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryLine
impl RefUnwindSafe for QueryLine
impl Send for QueryLine
impl Sync for QueryLine
impl Unpin for QueryLine
impl UnsafeUnpin for QueryLine
impl UnwindSafe for QueryLine
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