Struct azure_devops_rust_api::processes::models::RuleConditionModel
source · pub struct RuleConditionModel {
pub condition_type: Option<String>,
pub field: Option<String>,
pub value: Option<String>,
}Expand description
Fields§
§condition_type: Option<String>§field: Option<String>§value: Option<String>Implementations§
Trait Implementations§
source§impl Clone for RuleConditionModel
impl Clone for RuleConditionModel
source§fn clone(&self) -> RuleConditionModel
fn clone(&self) -> RuleConditionModel
Returns a copy 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 RuleConditionModel
impl Debug for RuleConditionModel
source§impl Default for RuleConditionModel
impl Default for RuleConditionModel
source§fn default() -> RuleConditionModel
fn default() -> RuleConditionModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RuleConditionModel
impl<'de> Deserialize<'de> for RuleConditionModel
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 PartialEq<RuleConditionModel> for RuleConditionModel
impl PartialEq<RuleConditionModel> for RuleConditionModel
source§fn eq(&self, other: &RuleConditionModel) -> bool
fn eq(&self, other: &RuleConditionModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.