pub struct AdvancedSmtp {
pub host_exists: bool,
pub full_inbox: bool,
pub catch_all: bool,
pub deliverable: bool,
pub disabled: bool,
}Fields§
§host_exists: bool§full_inbox: bool§catch_all: bool§deliverable: bool§disabled: boolTrait Implementations§
Source§impl Clone for AdvancedSmtp
impl Clone for AdvancedSmtp
Source§fn clone(&self) -> AdvancedSmtp
fn clone(&self) -> AdvancedSmtp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdvancedSmtp
impl Debug for AdvancedSmtp
Source§impl<'de> Deserialize<'de> for AdvancedSmtp
impl<'de> Deserialize<'de> for AdvancedSmtp
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 AdvancedSmtp
impl RefUnwindSafe for AdvancedSmtp
impl Send for AdvancedSmtp
impl Sync for AdvancedSmtp
impl Unpin for AdvancedSmtp
impl UnsafeUnpin for AdvancedSmtp
impl UnwindSafe for AdvancedSmtp
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