Struct azure_devops_rust_api::test::models::TestResultsEx2
source · pub struct TestResultsEx2 {
pub bit_value: Option<bool>,
pub creation_date: Option<OffsetDateTime>,
pub date_time_value: Option<OffsetDateTime>,
pub field_id: Option<i32>,
pub field_name: Option<String>,
pub float_value: Option<f64>,
pub guid_value: Option<String>,
pub int_value: Option<i32>,
pub project_id: Option<String>,
pub string_value: Option<String>,
pub test_result_id: Option<i32>,
pub test_run_id: Option<i32>,
}
Expand description
Fields§
§bit_value: Option<bool>
§creation_date: Option<OffsetDateTime>
§date_time_value: Option<OffsetDateTime>
§field_id: Option<i32>
§field_name: Option<String>
§float_value: Option<f64>
§guid_value: Option<String>
§int_value: Option<i32>
§project_id: Option<String>
§string_value: Option<String>
§test_result_id: Option<i32>
§test_run_id: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for TestResultsEx2
impl Clone for TestResultsEx2
source§fn clone(&self) -> TestResultsEx2
fn clone(&self) -> TestResultsEx2
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 TestResultsEx2
impl Debug for TestResultsEx2
source§impl Default for TestResultsEx2
impl Default for TestResultsEx2
source§fn default() -> TestResultsEx2
fn default() -> TestResultsEx2
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultsEx2
impl<'de> Deserialize<'de> for TestResultsEx2
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 for TestResultsEx2
impl PartialEq for TestResultsEx2
source§fn eq(&self, other: &TestResultsEx2) -> bool
fn eq(&self, other: &TestResultsEx2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TestResultsEx2
impl Serialize for TestResultsEx2
impl StructuralPartialEq for TestResultsEx2
Auto Trait Implementations§
impl RefUnwindSafe for TestResultsEx2
impl Send for TestResultsEx2
impl Sync for TestResultsEx2
impl Unpin for TestResultsEx2
impl UnwindSafe for TestResultsEx2
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