Struct dns_parser::Question [] [src]

pub struct Question<'a> {
    pub qname: Name<'a>,
    pub qtype: QueryType,
    pub qclass: QueryClass,
}

A parsed chunk of data in the Query section of the packet

Fields

qname
qtype
qclass

Trait Implementations

Derived Implementations

impl<'a> Debug for Question<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result