pub struct TestResultsSettings {
pub flaky_settings: Option<FlakySettings>,
pub new_test_result_logging_settings: Option<NewTestResultLoggingSettings>,
}Fields§
§flaky_settings: Option<FlakySettings>§new_test_result_logging_settings: Option<NewTestResultLoggingSettings>Implementations§
Trait Implementations§
Source§impl Clone for TestResultsSettings
impl Clone for TestResultsSettings
Source§fn clone(&self) -> TestResultsSettings
fn clone(&self) -> TestResultsSettings
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 TestResultsSettings
impl Debug for TestResultsSettings
Source§impl Default for TestResultsSettings
impl Default for TestResultsSettings
Source§fn default() -> TestResultsSettings
fn default() -> TestResultsSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestResultsSettings
impl<'de> Deserialize<'de> for TestResultsSettings
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 TestResultsSettings
impl PartialEq for TestResultsSettings
Source§impl Serialize for TestResultsSettings
impl Serialize for TestResultsSettings
impl StructuralPartialEq for TestResultsSettings
Auto Trait Implementations§
impl Freeze for TestResultsSettings
impl RefUnwindSafe for TestResultsSettings
impl Send for TestResultsSettings
impl Sync for TestResultsSettings
impl Unpin for TestResultsSettings
impl UnwindSafe for TestResultsSettings
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