pub struct Ns<'a> {
pub name: DnsName<'a>,
}Expand description
§An authoritative name server
this record is used to return a nameserver for the given domain
Fields§
§name: DnsName<'a>The name server for the domain
Trait Implementations§
impl<'a> Copy for Ns<'a>
impl<'a> StructuralPartialEq for Ns<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ns<'a>
impl<'a> RefUnwindSafe for Ns<'a>
impl<'a> Send for Ns<'a>
impl<'a> Sync for Ns<'a>
impl<'a> Unpin for Ns<'a>
impl<'a> UnwindSafe for Ns<'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