pub struct MxRecord {
pub preference: u16,
pub exchange: String,
}Expand description
MX record with preference and exchange hostname.
Fields§
§preference: u16§exchange: StringTrait Implementations§
impl Eq for MxRecord
impl StructuralPartialEq for MxRecord
Auto Trait Implementations§
impl Freeze for MxRecord
impl RefUnwindSafe for MxRecord
impl Send for MxRecord
impl Sync for MxRecord
impl Unpin for MxRecord
impl UnsafeUnpin for MxRecord
impl UnwindSafe for MxRecord
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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