pub struct LandDnsResolver;Expand description
Secured DNS resolver for use with reqwest’s DNS override.
Routes *.editor.land queries to 127.0.0.1 and lets other domains
fall back to system resolution.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LandDnsResolver
impl RefUnwindSafe for LandDnsResolver
impl Send for LandDnsResolver
impl Sync for LandDnsResolver
impl Unpin for LandDnsResolver
impl UnsafeUnpin for LandDnsResolver
impl UnwindSafe for LandDnsResolver
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