pub struct TestOutcomeSettings {
pub sync_outcome_across_suites: Option<bool>,
}Expand description
Test outcome settings
Fields§
§sync_outcome_across_suites: Option<bool>Value to configure how test outcomes for the same tests across suites are shown
Implementations§
Trait Implementations§
Source§impl Clone for TestOutcomeSettings
impl Clone for TestOutcomeSettings
Source§fn clone(&self) -> TestOutcomeSettings
fn clone(&self) -> TestOutcomeSettings
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 TestOutcomeSettings
impl Debug for TestOutcomeSettings
Source§impl Default for TestOutcomeSettings
impl Default for TestOutcomeSettings
Source§fn default() -> TestOutcomeSettings
fn default() -> TestOutcomeSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestOutcomeSettings
impl<'de> Deserialize<'de> for TestOutcomeSettings
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 TestOutcomeSettings
impl PartialEq for TestOutcomeSettings
Source§impl Serialize for TestOutcomeSettings
impl Serialize for TestOutcomeSettings
impl StructuralPartialEq for TestOutcomeSettings
Auto Trait Implementations§
impl Freeze for TestOutcomeSettings
impl RefUnwindSafe for TestOutcomeSettings
impl Send for TestOutcomeSettings
impl Sync for TestOutcomeSettings
impl Unpin for TestOutcomeSettings
impl UnwindSafe for TestOutcomeSettings
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