pub struct RiskScoreFactors {
pub ip_factors: Option<IpFactors>,
pub email_factors: Option<EmailFactors>,
}Fields§
§ip_factors: Option<IpFactors>§email_factors: Option<EmailFactors>Trait Implementations§
Source§impl Clone for RiskScoreFactors
impl Clone for RiskScoreFactors
Source§fn clone(&self) -> RiskScoreFactors
fn clone(&self) -> RiskScoreFactors
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 RiskScoreFactors
impl Debug for RiskScoreFactors
Source§impl Default for RiskScoreFactors
impl Default for RiskScoreFactors
Source§fn default() -> RiskScoreFactors
fn default() -> RiskScoreFactors
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RiskScoreFactors
impl<'de> Deserialize<'de> for RiskScoreFactors
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 RiskScoreFactors
impl RefUnwindSafe for RiskScoreFactors
impl Send for RiskScoreFactors
impl Sync for RiskScoreFactors
impl Unpin for RiskScoreFactors
impl UnsafeUnpin for RiskScoreFactors
impl UnwindSafe for RiskScoreFactors
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