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