pub struct UnderwritingRiskTaxonomy {
pub version: String,
pub supported_classes: Vec<UnderwritingRiskClass>,
pub supported_reasons: Vec<UnderwritingReasonCode>,
}Fields§
§version: String§supported_classes: Vec<UnderwritingRiskClass>§supported_reasons: Vec<UnderwritingReasonCode>Trait Implementations§
Source§impl Clone for UnderwritingRiskTaxonomy
impl Clone for UnderwritingRiskTaxonomy
Source§fn clone(&self) -> UnderwritingRiskTaxonomy
fn clone(&self) -> UnderwritingRiskTaxonomy
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 UnderwritingRiskTaxonomy
impl Debug for UnderwritingRiskTaxonomy
Source§impl Default for UnderwritingRiskTaxonomy
impl Default for UnderwritingRiskTaxonomy
Source§fn default() -> UnderwritingRiskTaxonomy
fn default() -> UnderwritingRiskTaxonomy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnderwritingRiskTaxonomy
impl<'de> Deserialize<'de> for UnderwritingRiskTaxonomy
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<UnderwritingRiskTaxonomy, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<UnderwritingRiskTaxonomy, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnderwritingRiskTaxonomy
impl PartialEq for UnderwritingRiskTaxonomy
Source§impl Serialize for UnderwritingRiskTaxonomy
impl Serialize for UnderwritingRiskTaxonomy
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for UnderwritingRiskTaxonomy
impl StructuralPartialEq for UnderwritingRiskTaxonomy
Auto Trait Implementations§
impl Freeze for UnderwritingRiskTaxonomy
impl RefUnwindSafe for UnderwritingRiskTaxonomy
impl Send for UnderwritingRiskTaxonomy
impl Sync for UnderwritingRiskTaxonomy
impl Unpin for UnderwritingRiskTaxonomy
impl UnsafeUnpin for UnderwritingRiskTaxonomy
impl UnwindSafe for UnderwritingRiskTaxonomy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.