pub struct EmailFactors {
pub is_disposable: bool,
pub is_valid_syntax: bool,
pub risk_contribution: f64,
}Fields§
§is_disposable: bool§is_valid_syntax: bool§risk_contribution: f64Trait Implementations§
Source§impl Clone for EmailFactors
impl Clone for EmailFactors
Source§fn clone(&self) -> EmailFactors
fn clone(&self) -> EmailFactors
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 EmailFactors
impl Debug for EmailFactors
Source§impl<'de> Deserialize<'de> for EmailFactors
impl<'de> Deserialize<'de> for EmailFactors
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 EmailFactors
impl RefUnwindSafe for EmailFactors
impl Send for EmailFactors
impl Sync for EmailFactors
impl Unpin for EmailFactors
impl UnsafeUnpin for EmailFactors
impl UnwindSafe for EmailFactors
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