pub struct HttpRuntimeMetrics {
pub requests_sent: u64,
pub retries_performed: u64,
}Expand description
Runtime transport counters captured during scan execution.
Fields§
§requests_sent: u64§retries_performed: u64Trait Implementations§
Source§impl Clone for HttpRuntimeMetrics
impl Clone for HttpRuntimeMetrics
Source§fn clone(&self) -> HttpRuntimeMetrics
fn clone(&self) -> HttpRuntimeMetrics
Returns a duplicate of the value. Read more
1.0.0 · 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 HttpRuntimeMetrics
impl Debug for HttpRuntimeMetrics
Source§impl Default for HttpRuntimeMetrics
impl Default for HttpRuntimeMetrics
Source§fn default() -> HttpRuntimeMetrics
fn default() -> HttpRuntimeMetrics
Returns the “default value” for a type. Read more
Source§impl Serialize for HttpRuntimeMetrics
impl Serialize for HttpRuntimeMetrics
impl Copy for HttpRuntimeMetrics
Auto Trait Implementations§
impl Freeze for HttpRuntimeMetrics
impl RefUnwindSafe for HttpRuntimeMetrics
impl Send for HttpRuntimeMetrics
impl Sync for HttpRuntimeMetrics
impl Unpin for HttpRuntimeMetrics
impl UnsafeUnpin for HttpRuntimeMetrics
impl UnwindSafe for HttpRuntimeMetrics
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