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