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) -> TxtLookupIterReturns an iterator over the RData
Trait Implementations
impl Debug for TxtLookup[src]
impl Debug for TxtLookupfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TxtLookup[src]
impl Clone for TxtLookupfn clone(&self) -> TxtLookup[src]
fn clone(&self) -> TxtLookupReturns 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