pub struct EvidenceRunConfig {
pub target: Option<PathBuf>,
pub include_coverage: bool,
pub include_mutation: bool,
pub include_semver: bool,
pub command_timeout: Duration,
}Expand description
Measured evidence artifacts used to gate autonomy. Unstable during the v1 beta.
Fields§
§target: Option<PathBuf>§include_coverage: bool§include_mutation: bool§include_semver: bool§command_timeout: DurationTrait Implementations§
Source§impl Clone for EvidenceRunConfig
impl Clone for EvidenceRunConfig
Source§fn clone(&self) -> EvidenceRunConfig
fn clone(&self) -> EvidenceRunConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EvidenceRunConfig
impl Debug for EvidenceRunConfig
Auto Trait Implementations§
impl Freeze for EvidenceRunConfig
impl RefUnwindSafe for EvidenceRunConfig
impl Send for EvidenceRunConfig
impl Sync for EvidenceRunConfig
impl Unpin for EvidenceRunConfig
impl UnsafeUnpin for EvidenceRunConfig
impl UnwindSafe for EvidenceRunConfig
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