pub struct DiagnoseRequest {}Expand description
Diagnostic snapshot of the page’s HTTP plumbing.
Returns a JSON blob describing service workers, discovered axios
instances (with their baseURL and a sample of common headers),
recently-seen request initiators, and document CSP. Useful when
fetch replay fails with a transport-layer error and the agent
needs to decide whether to fall back to axios, hook the app’s save
function, or call the worker directly.
Trait Implementations§
Source§impl Clone for DiagnoseRequest
impl Clone for DiagnoseRequest
Source§fn clone(&self) -> DiagnoseRequest
fn clone(&self) -> DiagnoseRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiagnoseRequest
impl Debug for DiagnoseRequest
Source§impl Default for DiagnoseRequest
impl Default for DiagnoseRequest
Source§fn default() -> DiagnoseRequest
fn default() -> DiagnoseRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DiagnoseRequest
impl RefUnwindSafe for DiagnoseRequest
impl Send for DiagnoseRequest
impl Sync for DiagnoseRequest
impl Unpin for DiagnoseRequest
impl UnsafeUnpin for DiagnoseRequest
impl UnwindSafe for DiagnoseRequest
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