Struct dnstap::ClientQuery [] [src]

pub struct ClientQuery {
    pub identity: Option<Vec<u8>>,
    pub version: Option<Vec<u8>>,
    pub socket_family: SocketFamily,
    pub socket_protocol: SocketProtocol,
    pub query_time: Duration,
    pub query_packet: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for ClientQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.