pub struct EntryCall {
pub log_time: DateTime,
pub set_timestamp: u32,
}
Expand description
struct containing details of how long the query took
Fields§
§log_time: DateTime
time recorded for the log entry
set_timestamp: u32
effective time of NOW() during the query run
Implementations§
Trait Implementations§
impl Copy for EntryCall
impl StructuralPartialEq for EntryCall
Auto Trait Implementations§
impl Freeze for EntryCall
impl RefUnwindSafe for EntryCall
impl Send for EntryCall
impl Sync for EntryCall
impl Unpin for EntryCall
impl UnwindSafe for EntryCall
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