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: NameQNAME
query_type: RecordTypeQTYPE
query_class: DNSClassQCLASS
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