pub struct DNSSource { /* private fields */ }
Expand description
DNS Source of the external ip
It expects a DNS server to target for a query (currently only A and TXT), to retrive in the reply of the message the IP. A few services are known for replying with the IP of the query sender.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DNSSource
impl RefUnwindSafe for DNSSource
impl Send for DNSSource
impl Sync for DNSSource
impl Unpin for DNSSource
impl UnwindSafe for DNSSource
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