pub struct CovyConfig {
pub project: ProjectConfig,
pub ingest: IngestConfig,
pub diff: DiffConfig,
pub gate: GateConfig,
pub report: ReportConfig,
pub cache: CacheConfig,
pub impact: ImpactConfig,
pub shard: ShardConfig,
pub merge: MergeConfig,
pub paths: PathsConfig,
pub path_mapping: PathMappingConfig,
}Fields§
§project: ProjectConfig§ingest: IngestConfig§diff: DiffConfig§gate: GateConfig§report: ReportConfig§cache: CacheConfig§impact: ImpactConfig§shard: ShardConfig§merge: MergeConfig§paths: PathsConfig§path_mapping: PathMappingConfigImplementations§
Trait Implementations§
Source§impl Clone for CovyConfig
impl Clone for CovyConfig
Source§fn clone(&self) -> CovyConfig
fn clone(&self) -> CovyConfig
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 CovyConfig
impl Debug for CovyConfig
Source§impl Default for CovyConfig
impl Default for CovyConfig
Source§impl<'de> Deserialize<'de> for CovyConfigwhere
CovyConfig: Default,
impl<'de> Deserialize<'de> for CovyConfigwhere
CovyConfig: Default,
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 CovyConfig
impl RefUnwindSafe for CovyConfig
impl Send for CovyConfig
impl Sync for CovyConfig
impl Unpin for CovyConfig
impl UnsafeUnpin for CovyConfig
impl UnwindSafe for CovyConfig
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