Struct dnstap::AuthResponse [] [src]

pub struct AuthResponse {
    pub identity: Option<Vec<u8>>,
    pub version: Option<Vec<u8>>,
    pub message_type: MessageType,
    pub socket_protocol: SocketProtocol,
    pub query_address: IpAddr,
    pub query_port: u16,
    pub query_time: Duration,
    pub response_packet: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for AuthResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for AuthResponse
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Into<DNSMessage> for AuthResponse
[src]

Performs the conversion.