Struct dnstap::ResolverResponse [] [src]

pub struct ResolverResponse {
    pub identity: Option<Vec<u8>>,
    pub version: Option<Vec<u8>>,
    pub socket_protocol: SocketProtocol,
    pub query_time: Duration,
    pub response_address: IpAddr,
    pub response_port: u16,
    pub response_packet: Vec<u8>,
    pub response_time: Duration,
    pub bailiwick: String,
}

Fields

Trait Implementations

impl Clone for ResolverResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ResolverResponse
[src]

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

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

impl Into<DNSMessage> for ResolverResponse
[src]

Performs the conversion.