Struct s3lsio::BenchThread [] [src]

pub struct BenchThread {
    pub thread_name: String,
    pub total_requests: u64,
    pub total_success: u64,
    pub total_errors: u64,
    pub total_duration: f64,
    pub total_payload: u64,
    pub total_throughput: f64,
}

Fields

Trait Implementations

impl Debug for BenchThread
[src]

Formats the value using the given formatter.

impl Default for BenchThread
[src]

Returns the "default value" for a type. Read more

impl Clone for BenchThread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more