Struct azure_devops_rust_api::test::models::FlakyDetection
source · pub struct FlakyDetection {
pub flaky_detection_pipelines: Option<FlakyDetectionPipelines>,
pub flaky_detection_type: Option<FlakyDetectionType>,
}
Expand description
Fields§
§flaky_detection_pipelines: Option<FlakyDetectionPipelines>
§flaky_detection_type: Option<FlakyDetectionType>
FlakyDetectionType defines Detection type i.e. 1. System or 2. Manual.
Implementations§
Trait Implementations§
source§impl Clone for FlakyDetection
impl Clone for FlakyDetection
source§fn clone(&self) -> FlakyDetection
fn clone(&self) -> FlakyDetection
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 FlakyDetection
impl Debug for FlakyDetection
source§impl Default for FlakyDetection
impl Default for FlakyDetection
source§fn default() -> FlakyDetection
fn default() -> FlakyDetection
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FlakyDetection
impl<'de> Deserialize<'de> for FlakyDetection
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 FlakyDetection
impl PartialEq for FlakyDetection
source§fn eq(&self, other: &FlakyDetection) -> bool
fn eq(&self, other: &FlakyDetection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FlakyDetection
impl Serialize for FlakyDetection
impl StructuralPartialEq for FlakyDetection
Auto Trait Implementations§
impl RefUnwindSafe for FlakyDetection
impl Send for FlakyDetection
impl Sync for FlakyDetection
impl Unpin for FlakyDetection
impl UnwindSafe for FlakyDetection
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