pub struct CADSValidationProfileAppliesTo {
pub kind: Option<String>,
pub risk_classification: Option<String>,
}Expand description
Validation profile applies to
Fields§
§kind: Option<String>Asset kind
risk_classification: Option<String>Risk classification
Trait Implementations§
Source§impl Clone for CADSValidationProfileAppliesTo
impl Clone for CADSValidationProfileAppliesTo
Source§fn clone(&self) -> CADSValidationProfileAppliesTo
fn clone(&self) -> CADSValidationProfileAppliesTo
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<'de> Deserialize<'de> for CADSValidationProfileAppliesTo
impl<'de> Deserialize<'de> for CADSValidationProfileAppliesTo
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CADSValidationProfileAppliesTo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CADSValidationProfileAppliesTo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CADSValidationProfileAppliesTo
impl PartialEq for CADSValidationProfileAppliesTo
Source§fn eq(&self, other: &CADSValidationProfileAppliesTo) -> bool
fn eq(&self, other: &CADSValidationProfileAppliesTo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CADSValidationProfileAppliesTo
impl Serialize for CADSValidationProfileAppliesTo
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 StructuralPartialEq for CADSValidationProfileAppliesTo
Auto Trait Implementations§
impl Freeze for CADSValidationProfileAppliesTo
impl RefUnwindSafe for CADSValidationProfileAppliesTo
impl Send for CADSValidationProfileAppliesTo
impl Sync for CADSValidationProfileAppliesTo
impl Unpin for CADSValidationProfileAppliesTo
impl UnwindSafe for CADSValidationProfileAppliesTo
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