pub struct TestResultsUpdateSettings {
pub flaky_settings: Option<FlakySettings>,
pub new_test_result_logging_settings: Option<NewTestResultLoggingSettings>,
}Expand description
Fields§
§flaky_settings: Option<FlakySettings>§new_test_result_logging_settings: Option<NewTestResultLoggingSettings>Implementations§
Trait Implementations§
source§impl Clone for TestResultsUpdateSettings
impl Clone for TestResultsUpdateSettings
source§fn clone(&self) -> TestResultsUpdateSettings
fn clone(&self) -> TestResultsUpdateSettings
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 TestResultsUpdateSettings
impl Debug for TestResultsUpdateSettings
source§impl Default for TestResultsUpdateSettings
impl Default for TestResultsUpdateSettings
source§fn default() -> TestResultsUpdateSettings
fn default() -> TestResultsUpdateSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultsUpdateSettings
impl<'de> Deserialize<'de> for TestResultsUpdateSettings
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<TestResultsUpdateSettings> for TestResultsUpdateSettings
impl PartialEq<TestResultsUpdateSettings> for TestResultsUpdateSettings
source§fn eq(&self, other: &TestResultsUpdateSettings) -> bool
fn eq(&self, other: &TestResultsUpdateSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TestResultsUpdateSettings
Auto Trait Implementations§
impl RefUnwindSafe for TestResultsUpdateSettings
impl Send for TestResultsUpdateSettings
impl Sync for TestResultsUpdateSettings
impl Unpin for TestResultsUpdateSettings
impl UnwindSafe for TestResultsUpdateSettings
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