Struct azure_devops_rust_api::test::models::TestResultParameter
source · pub struct TestResultParameter {
pub action_path: Option<String>,
pub actual: Vec<String>,
pub expected: Vec<String>,
pub iteration_id: Option<i32>,
pub parameter_name: Option<String>,
pub test_result_id: Option<i32>,
pub test_run_id: Option<i32>,
}Expand description
Fields§
§action_path: Option<String>§actual: Vec<String>§expected: Vec<String>§iteration_id: Option<i32>§parameter_name: Option<String>§test_result_id: Option<i32>§test_run_id: Option<i32>Implementations§
Trait Implementations§
source§impl Clone for TestResultParameter
impl Clone for TestResultParameter
source§fn clone(&self) -> TestResultParameter
fn clone(&self) -> TestResultParameter
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 TestResultParameter
impl Debug for TestResultParameter
source§impl Default for TestResultParameter
impl Default for TestResultParameter
source§fn default() -> TestResultParameter
fn default() -> TestResultParameter
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultParameter
impl<'de> Deserialize<'de> for TestResultParameter
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<TestResultParameter> for TestResultParameter
impl PartialEq<TestResultParameter> for TestResultParameter
source§fn eq(&self, other: &TestResultParameter) -> bool
fn eq(&self, other: &TestResultParameter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TestResultParameter
impl Serialize for TestResultParameter
impl StructuralPartialEq for TestResultParameter
Auto Trait Implementations§
impl RefUnwindSafe for TestResultParameter
impl Send for TestResultParameter
impl Sync for TestResultParameter
impl Unpin for TestResultParameter
impl UnwindSafe for TestResultParameter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more