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