pub struct DnsService { /* private fields */ }Implementations§
Source§impl DnsService
impl DnsService
Auto Trait Implementations§
impl Freeze for DnsService
impl !RefUnwindSafe for DnsService
impl Send for DnsService
impl Sync for DnsService
impl Unpin for DnsService
impl UnsafeUnpin for DnsService
impl !UnwindSafe for DnsService
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