Struct dnstap::ClientResponse [] [src]

pub struct ClientResponse {
    pub identity: Option<Vec<u8>>,
    pub version: Option<Vec<u8>>,
    pub socket_family: SocketFamily,
    pub socket_protocol: SocketProtocol,
    pub response_time: Duration,
    pub response_packet: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for ClientResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ClientResponse
[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 ClientResponse
[src]

Performs the conversion.