pub struct ScenarioOutputSchemaConfig {
pub paired: bool,
pub diff_formats: Vec<String>,
pub diff_scope: Vec<String>,
}Expand description
Output configuration for a scenario.
Fields§
§paired: bool§diff_formats: Vec<String>§diff_scope: Vec<String>Trait Implementations§
Source§impl Clone for ScenarioOutputSchemaConfig
impl Clone for ScenarioOutputSchemaConfig
Source§fn clone(&self) -> ScenarioOutputSchemaConfig
fn clone(&self) -> ScenarioOutputSchemaConfig
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 ScenarioOutputSchemaConfig
impl Debug for ScenarioOutputSchemaConfig
Source§impl Default for ScenarioOutputSchemaConfig
impl Default for ScenarioOutputSchemaConfig
Source§impl<'de> Deserialize<'de> for ScenarioOutputSchemaConfig
impl<'de> Deserialize<'de> for ScenarioOutputSchemaConfig
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
Auto Trait Implementations§
impl Freeze for ScenarioOutputSchemaConfig
impl RefUnwindSafe for ScenarioOutputSchemaConfig
impl Send for ScenarioOutputSchemaConfig
impl Sync for ScenarioOutputSchemaConfig
impl Unpin for ScenarioOutputSchemaConfig
impl UnsafeUnpin for ScenarioOutputSchemaConfig
impl UnwindSafe for ScenarioOutputSchemaConfig
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