Struct trust_dns_resolver::lookup::TxtLookup [−][src]
pub struct TxtLookup(_);
Contains the results of a lookup for the associated RecordType
Methods
impl TxtLookup
[src]
impl TxtLookup
ⓘImportant traits for TxtLookupIter<'i>pub fn iter(&self) -> TxtLookupIter
[src]
ⓘImportant traits for TxtLookupIter<'i>
pub fn iter(&self) -> TxtLookupIter
Returns an iterator over the RData
Trait Implementations
impl Debug for TxtLookup
[src]
impl Debug for TxtLookup
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for TxtLookup
[src]
impl Clone for TxtLookup
fn clone(&self) -> TxtLookup
[src]
fn clone(&self) -> TxtLookup
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl From<Lookup> for TxtLookup
[src]
impl From<Lookup> for TxtLookup