pub struct ExspecConfig {
pub general: GeneralConfig,
pub rules: RulesConfig,
pub thresholds: ThresholdsConfig,
pub paths: PathsConfig,
pub assertions: AssertionsConfig,
pub output: OutputConfig,
pub observe: ObserveConfig,
}Fields§
§general: GeneralConfig§rules: RulesConfig§thresholds: ThresholdsConfig§paths: PathsConfig§assertions: AssertionsConfig§output: OutputConfig§observe: ObserveConfigImplementations§
Trait Implementations§
Source§impl Debug for ExspecConfig
impl Debug for ExspecConfig
Source§impl Default for ExspecConfig
impl Default for ExspecConfig
Source§fn default() -> ExspecConfig
fn default() -> ExspecConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExspecConfig
impl<'de> Deserialize<'de> for ExspecConfig
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 From<ExspecConfig> for Config
impl From<ExspecConfig> for Config
Source§fn from(ec: ExspecConfig) -> Self
fn from(ec: ExspecConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExspecConfig
impl RefUnwindSafe for ExspecConfig
impl Send for ExspecConfig
impl Sync for ExspecConfig
impl Unpin for ExspecConfig
impl UnsafeUnpin for ExspecConfig
impl UnwindSafe for ExspecConfig
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