pub struct FlakyDetection {
pub flaky_detection_pipelines: Option<FlakyDetectionPipelines>,
pub flaky_detection_type: Option<FlakyDetectionType>,
}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 duplicate 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§impl Serialize for FlakyDetection
impl Serialize for FlakyDetection
impl StructuralPartialEq for FlakyDetection
Auto Trait Implementations§
impl Freeze for FlakyDetection
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