[][src]Struct hb::summary::Summary

pub struct Summary {
    pub count: Count,
    pub status: BTreeMap<u16, usize>,
    pub duration: Seconds,
    pub rps: f64,
    pub latency: Latency,
}

Fields

count: Countstatus: BTreeMap<u16, usize>duration: Secondsrps: f64latency: Latency

Methods

impl Summary[src]

pub fn new(results: Vec<RequestResult>) -> Self[src]

Trait Implementations

impl Debug for Summary[src]

impl Serialize for Summary[src]

Auto Trait Implementations

impl Send for Summary

impl Unpin for Summary

impl Sync for Summary

impl UnwindSafe for Summary

impl RefUnwindSafe for Summary

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]