Struct async_std_resolver::lookup::TlsaLookup
source · [−]pub struct TlsaLookup(_);
Expand description
Contains the results of a lookup for the associated RecordType
Implementations
pub fn iter(&self) -> TlsaLookupIter<'_>ⓘNotable traits for TlsaLookupIter<'i>impl<'i> Iterator for TlsaLookupIter<'i> type Item = &'i TLSA;
pub fn iter(&self) -> TlsaLookupIter<'_>ⓘNotable traits for TlsaLookupIter<'i>impl<'i> Iterator for TlsaLookupIter<'i> type Item = &'i TLSA;
Notable traits for TlsaLookupIter<'i>
impl<'i> Iterator for TlsaLookupIter<'i> type Item = &'i TLSA;
Returns an iterator over the RData
Returns a reference to the Query that was used to produce this result.
Returns the Instant
at which this result is no longer valid.
Trait Implementations
Performs the conversion.
This is most likely not a free conversion, the RDatas will be cloned if data is held behind an Arc with more than one reference (which is most likely the case coming from cache)
type Item = TLSA
type Item = TLSA
The type of the elements being iterated over.
type IntoIter = TlsaLookupIntoIter
type IntoIter = TlsaLookupIntoIter
Which kind of iterator are we turning this into?
Auto Trait Implementations
impl RefUnwindSafe for TlsaLookup
impl Send for TlsaLookup
impl Sync for TlsaLookup
impl Unpin for TlsaLookup
impl UnwindSafe for TlsaLookup
Blanket Implementations
Mutably borrows from an owned value. Read more