Struct azure_devops_rust_api::test_results::models::FlakySettings
source · pub struct FlakySettings {
pub flaky_detection: Option<FlakyDetection>,
pub flaky_in_summary_report: Option<bool>,
pub is_flaky_bug_created: Option<bool>,
pub manual_mark_unmark_flaky: Option<bool>,
}
Expand description
Fields§
§flaky_detection: Option<FlakyDetection>
§flaky_in_summary_report: Option<bool>
FlakyInSummaryReport defines flaky data should show in summary report or not.
is_flaky_bug_created: Option<bool>
IsFlakyBugCreated defines if there is any bug that has been created with flaky testresult.
manual_mark_unmark_flaky: Option<bool>
ManualMarkUnmarkFlaky defines manual marking unmarking of flaky testcase.
Implementations§
source§impl FlakySettings
impl FlakySettings
Trait Implementations§
source§impl Clone for FlakySettings
impl Clone for FlakySettings
source§fn clone(&self) -> FlakySettings
fn clone(&self) -> FlakySettings
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 FlakySettings
impl Debug for FlakySettings
source§impl Default for FlakySettings
impl Default for FlakySettings
source§fn default() -> FlakySettings
fn default() -> FlakySettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FlakySettings
impl<'de> Deserialize<'de> for FlakySettings
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 FlakySettings
impl PartialEq for FlakySettings
source§fn eq(&self, other: &FlakySettings) -> bool
fn eq(&self, other: &FlakySettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FlakySettings
impl Serialize for FlakySettings
impl StructuralPartialEq for FlakySettings
Auto Trait Implementations§
impl RefUnwindSafe for FlakySettings
impl Send for FlakySettings
impl Sync for FlakySettings
impl Unpin for FlakySettings
impl UnwindSafe for FlakySettings
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