pub struct RiskEvaluation {
pub created_at: Option<String>,
pub risk_level: Option<RiskEvaluationRiskLevel>,
}Fields§
§created_at: Option<String>§risk_level: Option<RiskEvaluationRiskLevel>Trait Implementations§
Source§impl Clone for RiskEvaluation
impl Clone for RiskEvaluation
Source§fn clone(&self) -> RiskEvaluation
fn clone(&self) -> RiskEvaluation
Returns a duplicate of the value. Read more
1.0.0 · 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 RiskEvaluation
impl Debug for RiskEvaluation
Source§impl<'de> Deserialize<'de> for RiskEvaluation
impl<'de> Deserialize<'de> for RiskEvaluation
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 RiskEvaluation
impl RefUnwindSafe for RiskEvaluation
impl Send for RiskEvaluation
impl Sync for RiskEvaluation
impl Unpin for RiskEvaluation
impl UnwindSafe for RiskEvaluation
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