pub struct DnsQueryHandle(/* private fields */);Expand description
A handle to an in-progress DNS query.
Trait Implementations§
Source§impl Clone for DnsQueryHandle
impl Clone for DnsQueryHandle
Source§fn clone(&self) -> DnsQueryHandle
fn clone(&self) -> DnsQueryHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DnsQueryHandle
Source§impl Debug for DnsQueryHandle
impl Debug for DnsQueryHandle
impl Eq for DnsQueryHandle
Source§impl Hash for DnsQueryHandle
impl Hash for DnsQueryHandle
Source§impl Ord for DnsQueryHandle
impl Ord for DnsQueryHandle
Source§fn cmp(&self, other: &DnsQueryHandle) -> Ordering
fn cmp(&self, other: &DnsQueryHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DnsQueryHandle
impl PartialEq for DnsQueryHandle
Source§impl PartialOrd for DnsQueryHandle
impl PartialOrd for DnsQueryHandle
impl StructuralPartialEq for DnsQueryHandle
Auto Trait Implementations§
impl Freeze for DnsQueryHandle
impl RefUnwindSafe for DnsQueryHandle
impl Send for DnsQueryHandle
impl Sync for DnsQueryHandle
impl Unpin for DnsQueryHandle
impl UnsafeUnpin for DnsQueryHandle
impl UnwindSafe for DnsQueryHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more