pub struct TestResultAcrossProjectResponse {
pub project_name: Option<String>,
pub test_result: Option<LegacyTestCaseResult>,
}Expand description
Fields§
§project_name: Option<String>§test_result: Option<LegacyTestCaseResult>Implementations§
Trait Implementations§
source§impl Clone for TestResultAcrossProjectResponse
impl Clone for TestResultAcrossProjectResponse
source§fn clone(&self) -> TestResultAcrossProjectResponse
fn clone(&self) -> TestResultAcrossProjectResponse
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 Default for TestResultAcrossProjectResponse
impl Default for TestResultAcrossProjectResponse
source§fn default() -> TestResultAcrossProjectResponse
fn default() -> TestResultAcrossProjectResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultAcrossProjectResponse
impl<'de> Deserialize<'de> for TestResultAcrossProjectResponse
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<TestResultAcrossProjectResponse> for TestResultAcrossProjectResponse
impl PartialEq<TestResultAcrossProjectResponse> for TestResultAcrossProjectResponse
source§fn eq(&self, other: &TestResultAcrossProjectResponse) -> bool
fn eq(&self, other: &TestResultAcrossProjectResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.