pub struct SlowEntry {
pub id: String,
pub method: String,
pub host: String,
pub norm_path: String,
pub status: i64,
pub duration_ms: f64,
}Fields§
§id: String§method: String§host: String§norm_path: String§status: i64§duration_ms: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlowEntry
impl RefUnwindSafe for SlowEntry
impl Send for SlowEntry
impl Sync for SlowEntry
impl Unpin for SlowEntry
impl UnsafeUnpin for SlowEntry
impl UnwindSafe for SlowEntry
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