pub struct MX {
pub priority: u32,
pub hostname_organization: Option<String>,
pub hostname_count: u32,
pub hostname: String,
}
Fields§
§priority: u32
§hostname_organization: Option<String>
§hostname_count: u32
§hostname: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MX
impl<'de> Deserialize<'de> for MX
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MX
impl RefUnwindSafe for MX
impl Send for MX
impl Sync for MX
impl Unpin for MX
impl UnwindSafe for MX
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