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