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