Struct cdns_rs::sync::common::DnsRequestPayload [−][src]
Expand description
A request payload with (request) lines.
Fields
qname: Vec<u8>
a domain name represented as a sequence of labels
qtype: QType
a two octet code which specifies the type of the query.
qclass: QClass
a two octet code that specifies the class of the query.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DnsRequestPayload
impl Send for DnsRequestPayload
impl Sync for DnsRequestPayload
impl Unpin for DnsRequestPayload
impl UnwindSafe for DnsRequestPayload
Blanket Implementations
Mutably borrows from an owned value. Read more