Struct dnstap::AuthQuery [] [src]

pub struct AuthQuery {
    pub identity: Option<Vec<u8>>,
    pub version: Option<Vec<u8>>,
    pub socket_protocol: SocketProtocol,
    pub query_address: IpAddr,
    pub query_port: u16,
    pub query_time: Duration,
    pub query_packet: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for AuthQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.