pub struct ReplayReport {
pub url: String,
pub status: u16,
pub body_bytes: usize,
pub content_type: Option<String>,
pub eval_result: String,
}Fields§
§url: String§status: u16§body_bytes: usize§content_type: Option<String>§eval_result: StringTrait Implementations§
Source§impl Debug for ReplayReport
impl Debug for ReplayReport
Auto Trait Implementations§
impl Freeze for ReplayReport
impl RefUnwindSafe for ReplayReport
impl Send for ReplayReport
impl Sync for ReplayReport
impl Unpin for ReplayReport
impl UnsafeUnpin for ReplayReport
impl UnwindSafe for ReplayReport
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