Struct rotor_dns::CacheEntry [] [src]

pub struct CacheEntry {
    pub value: Answer,
    pub expire: Time,
}

Fields

value: Answer expire: Time

Trait Implementations

impl Debug for CacheEntry
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.