pub struct DnsSocket<'a> { /* 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<'a> Freeze for DnsSocket<'a>
impl<'a> !RefUnwindSafe for DnsSocket<'a>
impl<'a> !Send for DnsSocket<'a>
impl<'a> !Sync for DnsSocket<'a>
impl<'a> Unpin for DnsSocket<'a>
impl<'a> !UnwindSafe for DnsSocket<'a>
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