Struct dnscache::CacheEntry [] [src]

pub struct CacheEntry {
    pub a4: Option<CacheEntry2>,
    pub a6: Option<CacheEntry2>,
}

Remembered status about some domain

Fields

Information about A records, if any. None = unqueried yet

Information about AAAA records, if any. None = unqueried yet

Trait Implementations

impl Debug for CacheEntry
[src]

[src]

Formats the value using the given formatter.

impl Eq for CacheEntry
[src]

impl PartialEq for CacheEntry
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for CacheEntry
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for CacheEntry
[src]

[src]

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