pub struct RiskResponse {
pub smarty_key: String,
pub data_set_name: String,
pub attributes: RiskAttributes,
}
Fields§
§smarty_key: String
§data_set_name: String
§attributes: RiskAttributes
Trait Implementations§
Source§impl Clone for RiskResponse
impl Clone for RiskResponse
Source§fn clone(&self) -> RiskResponse
fn clone(&self) -> RiskResponse
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 RiskResponse
impl Debug for RiskResponse
Source§impl Default for RiskResponse
impl Default for RiskResponse
Source§fn default() -> RiskResponse
fn default() -> RiskResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RiskResponse
impl<'de> Deserialize<'de> for RiskResponse
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
Source§impl EnrichmentResponse for RiskResponse
impl EnrichmentResponse for RiskResponse
fn lookup_type() -> &'static str
Source§impl PartialEq for RiskResponse
impl PartialEq for RiskResponse
Source§impl Serialize for RiskResponse
impl Serialize for RiskResponse
impl StructuralPartialEq for RiskResponse
Auto Trait Implementations§
impl Freeze for RiskResponse
impl RefUnwindSafe for RiskResponse
impl Send for RiskResponse
impl Sync for RiskResponse
impl Unpin for RiskResponse
impl UnwindSafe for RiskResponse
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