pub struct TimelineRow {
pub id: String,
pub offset_ms: f64,
pub duration_ms: f64,
pub method: String,
pub host: String,
pub norm_path: String,
pub status: i64,
pub bytes: i64,
pub correlation_id: Option<String>,
pub marker: Option<String>,
}Fields§
§id: String§offset_ms: f64§duration_ms: f64§method: String§host: String§norm_path: String§status: i64§bytes: i64§correlation_id: Option<String>§marker: Option<String>Trait Implementations§
Source§impl Debug for TimelineRow
impl Debug for TimelineRow
Auto Trait Implementations§
impl Freeze for TimelineRow
impl RefUnwindSafe for TimelineRow
impl Send for TimelineRow
impl Sync for TimelineRow
impl Unpin for TimelineRow
impl UnsafeUnpin for TimelineRow
impl UnwindSafe for TimelineRow
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