pub struct Stats {
pub statements_processed: u64,
pub tables_found: usize,
pub bytes_processed: u64,
pub table_names: Vec<String>,
}Fields§
§statements_processed: u64§tables_found: usize§bytes_processed: u64§table_names: Vec<String>Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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