pub struct NS {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub ns_d_name: DomainName,
}
Expand description
The authoritative name server resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§ns_d_name: DomainName
Implementations§
Trait Implementations§
impl Eq for NS
impl StructuralPartialEq for NS
Auto Trait Implementations§
impl Freeze for NS
impl RefUnwindSafe for NS
impl Send for NS
impl Sync for NS
impl Unpin for NS
impl UnwindSafe for NS
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