pub struct DnsClient<'d> { /* private fields */ }Expand description
DNS client compatible with the embedded-nal-async traits.
This exists only for compatibility with crates that use embedded-nal-async.
Prefer using Stack::dns_query directly if you’re
not using embedded-nal-async.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d> !RefUnwindSafe for DnsClient<'d>
impl<'d> !Send for DnsClient<'d>
impl<'d> !Sync for DnsClient<'d>
impl<'d> !UnwindSafe for DnsClient<'d>
impl<'d> Freeze for DnsClient<'d>
impl<'d> Unpin for DnsClient<'d>
impl<'d> UnsafeUnpin for DnsClient<'d>
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