Enum cdns_rs::query::QDnsQueryRec [−][src]
pub enum QDnsQueryRec {
Ok,
ServFail,
NxDomain,
Refused,
NotImpl,
FormError,
}
Expand description
A StatusBits decoded response status.
Variants
Ok
Response is Ok and
ServFail
Server side error
NxDomain
Query does not exist, but meaningfull when aa
is true
Refused
A name server refuses to perform the specified operation
NotImpl
A name server does not support the requested kind of query
FormError
A fromat error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QDnsQueryRec
impl Send for QDnsQueryRec
impl Sync for QDnsQueryRec
impl Unpin for QDnsQueryRec
impl UnwindSafe for QDnsQueryRec
Blanket Implementations
Mutably borrows from an owned value. Read more