pub struct Mx<N = ParsedDname> { /* private fields */ }Expand description
Mx record data.
The Mx record specifies a host willing to serve as a mail exchange for the owner name.
The Mx record type is defined in RFC 1035, section 3.3.9.
Implementations§
Trait Implementations§
Source§impl<N> From<Mx<N>> for AllRecordData<N>
impl<N> From<Mx<N>> for AllRecordData<N>
Source§impl<N> From<Mx<N>> for MasterRecordData<N>
impl<N> From<Mx<N>> for MasterRecordData<N>
Source§impl<N: Ord> Ord for Mx<N>
impl<N: Ord> Ord for Mx<N>
Source§impl<N: Parse> Parse for Mx<N>
impl<N: Parse> Parse for Mx<N>
Source§impl<N: PartialOrd> PartialOrd for Mx<N>
impl<N: PartialOrd> PartialOrd for Mx<N>
Source§impl<N> RtypeRecordData for Mx<N>
impl<N> RtypeRecordData for Mx<N>
impl<N: Eq> Eq for Mx<N>
impl<N> StructuralPartialEq for Mx<N>
Auto Trait Implementations§
impl<N> Freeze for Mx<N>where
N: Freeze,
impl<N> RefUnwindSafe for Mx<N>where
N: RefUnwindSafe,
impl<N> Send for Mx<N>where
N: Send,
impl<N> Sync for Mx<N>where
N: Sync,
impl<N> Unpin for Mx<N>where
N: Unpin,
impl<N> UnwindSafe for Mx<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