pub struct Sqllog {}Fields§
§sqllog_datetime: String§ep: u8§thread_id: i64§username: String§trxid: i64§statement: String§appname: String§client_ip: String§sql_type: String§description: String§execute_time: f32§row_count: u32§execute_id: i64Implementations§
Trait Implementations§
impl StructuralPartialEq for Sqllog
Auto Trait Implementations§
impl Freeze for Sqllog
impl RefUnwindSafe for Sqllog
impl Send for Sqllog
impl Sync for Sqllog
impl Unpin for Sqllog
impl UnwindSafe for Sqllog
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