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