Struct trust_dns_proto::op::query::QueryParts
source · pub struct QueryParts {
pub name: Name,
pub query_type: RecordType,
pub query_class: DNSClass,
}
Expand description
Consumes Query
giving public access to fields of Query
so they can
be destructured and taken by value.
Fields§
§name: Name
QNAME
query_type: RecordType
QTYPE
query_class: DNSClass
QCLASS
Trait Implementations§
source§impl Clone for QueryParts
impl Clone for QueryParts
source§fn clone(&self) -> QueryParts
fn clone(&self) -> QueryParts
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