pub struct Soa<N = ParsedDname> { /* private fields */ }Expand description
Soa record data.
Soa records mark the top of a zone and contain information pertinent to name server maintenance operations.
The Soa record type is defined in RFC 1035, section 3.3.13.
Implementations§
Trait Implementations§
Source§impl<N> From<Soa<N>> for AllRecordData<N>
impl<N> From<Soa<N>> for AllRecordData<N>
Source§impl<N> From<Soa<N>> for MasterRecordData<N>
impl<N> From<Soa<N>> for MasterRecordData<N>
Source§impl<N: Parse> Parse for Soa<N>
impl<N: Parse> Parse for Soa<N>
Source§impl<N: PartialOrd> PartialOrd for Soa<N>
impl<N: PartialOrd> PartialOrd for Soa<N>
Source§impl<N> RtypeRecordData for Soa<N>
impl<N> RtypeRecordData for Soa<N>
impl<N: Eq> Eq for Soa<N>
impl<N> StructuralPartialEq for Soa<N>
Auto Trait Implementations§
impl<N> Freeze for Soa<N>where
N: Freeze,
impl<N> RefUnwindSafe for Soa<N>where
N: RefUnwindSafe,
impl<N> Send for Soa<N>where
N: Send,
impl<N> Sync for Soa<N>where
N: Sync,
impl<N> Unpin for Soa<N>where
N: Unpin,
impl<N> UnwindSafe for Soa<N>where
N: UnwindSafe,
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