pub struct Dns<'a> {
pub link: &'a str,
pub recursive: bool,
}
Fields§
§link: &'a str
§recursive: bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Dns<'a>
impl<'a> RefUnwindSafe for Dns<'a>
impl<'a> Send for Dns<'a>
impl<'a> Sync for Dns<'a>
impl<'a> Unpin for Dns<'a>
impl<'a> UnwindSafe for Dns<'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