Enum dns_parser::QueryClass
source · pub enum QueryClass {
IN,
CS,
CH,
HS,
Any,
}
Expand description
The QCLASS value according to RFC 1035
Variants§
IN
the Internet
CS
the CSNET class (Obsolete - used only for examples in some obsolete RFCs)
CH
the CHAOS class
HS
Hesiod [Dyer 87]
Any
Any class
Implementations§
source§impl QueryClass
impl QueryClass
Trait Implementations§
source§impl Clone for QueryClass
impl Clone for QueryClass
source§fn clone(&self) -> QueryClass
fn clone(&self) -> QueryClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more