Struct azure_devops_rust_api::test::models::PointsResults2
source · pub struct PointsResults2 {
pub change_number: Option<i32>,
pub last_failure_type: Option<String>,
pub last_resolution_state_id: Option<i32>,
pub last_result_outcome: Option<String>,
pub last_result_state: Option<String>,
pub last_test_result_id: Option<i32>,
pub last_test_run_id: Option<i32>,
pub last_updated: Option<OffsetDateTime>,
pub last_updated_by: Option<String>,
pub plan_id: Option<i32>,
pub point_id: Option<i32>,
}
Expand description
Fields§
§change_number: Option<i32>
§last_failure_type: Option<String>
§last_resolution_state_id: Option<i32>
§last_result_outcome: Option<String>
§last_result_state: Option<String>
§last_test_result_id: Option<i32>
§last_test_run_id: Option<i32>
§last_updated: Option<OffsetDateTime>
§last_updated_by: Option<String>
§plan_id: Option<i32>
§point_id: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for PointsResults2
impl Clone for PointsResults2
source§fn clone(&self) -> PointsResults2
fn clone(&self) -> PointsResults2
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 PointsResults2
impl Debug for PointsResults2
source§impl Default for PointsResults2
impl Default for PointsResults2
source§fn default() -> PointsResults2
fn default() -> PointsResults2
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PointsResults2
impl<'de> Deserialize<'de> for PointsResults2
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 PointsResults2
impl PartialEq for PointsResults2
source§fn eq(&self, other: &PointsResults2) -> bool
fn eq(&self, other: &PointsResults2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PointsResults2
impl Serialize for PointsResults2
impl StructuralPartialEq for PointsResults2
Auto Trait Implementations§
impl RefUnwindSafe for PointsResults2
impl Send for PointsResults2
impl Sync for PointsResults2
impl Unpin for PointsResults2
impl UnwindSafe for PointsResults2
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