pub struct LookupResult {
pub address: String,
pub normalized_address: String,
pub mailbox_provider: Option<String>,
pub mx_records: Vec<MxRecord>,
}
Fields§
§address: String
§normalized_address: String
§mailbox_provider: Option<String>
§mx_records: Vec<MxRecord>
Auto Trait Implementations§
impl Freeze for LookupResult
impl RefUnwindSafe for LookupResult
impl Send for LookupResult
impl Sync for LookupResult
impl Unpin for LookupResult
impl UnwindSafe for LookupResult
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