Enum simple_dns::QCLASS
source · [−]pub enum QCLASS {
IN,
CS,
CH,
HS,
ANY,
}Expand description
Possible QCLASS values for a Question in a DNS packet
Each value is described according to its own RFC
Variants
IN
The Internet, RFC 1035
CS
The CSNET class (Obsolete - used only for examples in some obsolete RFCs), RFC 1035
CH
The CHAOS class, RFC 1035
HS
Hesiod [Dyer 87], RFC 1035
ANY
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QCLASS
impl UnwindSafe for QCLASS
Blanket Implementations
Mutably borrows from an owned value. Read more