Struct azure_devops_rust_api::build::models::TaskInputValidation
source · pub struct TaskInputValidation {
pub expression: Option<String>,
pub message: Option<String>,
}Expand description
Fields§
§expression: Option<String>Conditional expression
message: Option<String>Message explaining how user can correct if validation fails
Implementations§
Trait Implementations§
source§impl Clone for TaskInputValidation
impl Clone for TaskInputValidation
source§fn clone(&self) -> TaskInputValidation
fn clone(&self) -> TaskInputValidation
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 TaskInputValidation
impl Debug for TaskInputValidation
source§impl Default for TaskInputValidation
impl Default for TaskInputValidation
source§fn default() -> TaskInputValidation
fn default() -> TaskInputValidation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TaskInputValidation
impl<'de> Deserialize<'de> for TaskInputValidation
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<TaskInputValidation> for TaskInputValidation
impl PartialEq<TaskInputValidation> for TaskInputValidation
source§fn eq(&self, other: &TaskInputValidation) -> bool
fn eq(&self, other: &TaskInputValidation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.