pub struct DnsQuery {
pub name: String,
pub record_type: DnsRecordType,
}Expand description
What to resolve and how.
Fields§
§name: String§record_type: DnsRecordTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DnsQuery
impl RefUnwindSafe for DnsQuery
impl Send for DnsQuery
impl Sync for DnsQuery
impl Unpin for DnsQuery
impl UnsafeUnpin for DnsQuery
impl UnwindSafe for DnsQuery
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