Struct mhost::statistics::lookups::LookupsStats[][src]

pub struct LookupsStats<'a> {
    pub responses: usize,
    pub nxdomains: usize,
    pub timeout_errors: usize,
    pub refuse_errors: usize,
    pub servfail_errors: usize,
    pub total_errors: usize,
    pub rr_type_counts: BTreeMap<RecordType, usize>,
    pub responding_servers: usize,
    pub response_time_summary: Summary<u128>,
    // some fields omitted
}

Fields

responses: usizenxdomains: usizetimeout_errors: usizerefuse_errors: usizeservfail_errors: usizetotal_errors: usizerr_type_counts: BTreeMap<RecordType, usize>responding_servers: usizeresponse_time_summary: Summary<u128>

Trait Implementations

impl<'a> Debug for LookupsStats<'a>[src]

impl<'a> Display for LookupsStats<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for LookupsStats<'a>

impl<'a> Send for LookupsStats<'a>

impl<'a> Sync for LookupsStats<'a>

impl<'a> Unpin for LookupsStats<'a>

impl<'a> UnwindSafe for LookupsStats<'a>

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> ToString for T where
    T: Display + ?Sized
[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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]