Struct azure_devops_rust_api::processes::models::RuleActionModel
source · pub struct RuleActionModel {
pub action_type: Option<String>,
pub target_field: Option<String>,
pub value: Option<String>,
}
Expand description
Action to take when the rule is triggered.
Fields§
§action_type: Option<String>
§target_field: Option<String>
§value: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for RuleActionModel
impl Clone for RuleActionModel
source§fn clone(&self) -> RuleActionModel
fn clone(&self) -> RuleActionModel
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 RuleActionModel
impl Debug for RuleActionModel
source§impl Default for RuleActionModel
impl Default for RuleActionModel
source§fn default() -> RuleActionModel
fn default() -> RuleActionModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RuleActionModel
impl<'de> Deserialize<'de> for RuleActionModel
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 for RuleActionModel
impl PartialEq for RuleActionModel
source§fn eq(&self, other: &RuleActionModel) -> bool
fn eq(&self, other: &RuleActionModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RuleActionModel
impl Serialize for RuleActionModel
impl StructuralPartialEq for RuleActionModel
Auto Trait Implementations§
impl RefUnwindSafe for RuleActionModel
impl Send for RuleActionModel
impl Sync for RuleActionModel
impl Unpin for RuleActionModel
impl UnwindSafe for RuleActionModel
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