Struct azure_devops_rust_api::test::models::TestResolutionState
source · pub struct TestResolutionState {
pub id: Option<i32>,
pub name: Option<String>,
pub project: Option<ShallowReference>,
}Expand description
Test Resolution State Details.
Fields§
§id: Option<i32>Test Resolution state Id.
name: Option<String>Test Resolution State Name.
project: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
Implementations§
Trait Implementations§
source§impl Clone for TestResolutionState
impl Clone for TestResolutionState
source§fn clone(&self) -> TestResolutionState
fn clone(&self) -> TestResolutionState
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 TestResolutionState
impl Debug for TestResolutionState
source§impl Default for TestResolutionState
impl Default for TestResolutionState
source§fn default() -> TestResolutionState
fn default() -> TestResolutionState
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResolutionState
impl<'de> Deserialize<'de> for TestResolutionState
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<TestResolutionState> for TestResolutionState
impl PartialEq<TestResolutionState> for TestResolutionState
source§fn eq(&self, other: &TestResolutionState) -> bool
fn eq(&self, other: &TestResolutionState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.