pub struct Mx<'s, C: GenericClass = InClass> { /* private fields */ }Expand description
View for RDATA of MX records. Currently implemented for IN class only.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'s, C> Freeze for Mx<'s, C>
impl<'s, C> RefUnwindSafe for Mx<'s, C>where
C: RefUnwindSafe,
impl<'s, C> Send for Mx<'s, C>where
C: Send,
impl<'s, C> Sync for Mx<'s, C>where
C: Sync,
impl<'s, C> Unpin for Mx<'s, C>where
C: Unpin,
impl<'s, C> UnwindSafe for Mx<'s, C>where
C: 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