Struct azure_devops_rust_api::test_plan::models::WorkItemDetails
source · pub struct WorkItemDetails {
pub id: Option<i32>,
pub name: Option<String>,
pub work_item_fields: Vec<Value>,
}Expand description
Work Item Class
Fields§
§id: Option<i32>Work Item Id
name: Option<String>Work Item Name
work_item_fields: Vec<Value>Work Item Fields
Implementations§
Trait Implementations§
source§impl Clone for WorkItemDetails
impl Clone for WorkItemDetails
source§fn clone(&self) -> WorkItemDetails
fn clone(&self) -> WorkItemDetails
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 WorkItemDetails
impl Debug for WorkItemDetails
source§impl Default for WorkItemDetails
impl Default for WorkItemDetails
source§fn default() -> WorkItemDetails
fn default() -> WorkItemDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkItemDetails
impl<'de> Deserialize<'de> for WorkItemDetails
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<WorkItemDetails> for WorkItemDetails
impl PartialEq<WorkItemDetails> for WorkItemDetails
source§fn eq(&self, other: &WorkItemDetails) -> bool
fn eq(&self, other: &WorkItemDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.