Struct meter_proxy::proxy::async::AsyncMeterProxy [] [src]

pub struct AsyncMeterProxy {
    pub back_address: String,
    pub back_port: u16,
    pub front_address: String,
    pub front_port: u16,
    pub num_bytes: Arc<Mutex<f64>>,
    pub num_resp: Arc<Mutex<f64>>,
}

Fields

Methods

impl AsyncMeterProxy
[src]

Reset the proxy server counter

Trait Implementations

impl Clone for AsyncMeterProxy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AsyncMeterProxy
[src]

Formats the value using the given formatter.