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