pub struct EvolutionScorecardConfig {
pub target: Option<PathBuf>,
pub policy_path: Option<PathBuf>,
pub behavior_spec_path: Option<PathBuf>,
pub max_files: usize,
}Expand description
Plan-first refactor and autonomous orchestration records. Unstable during the v1 beta.
Fields§
§target: Option<PathBuf>§policy_path: Option<PathBuf>§behavior_spec_path: Option<PathBuf>§max_files: usizeTrait Implementations§
Source§impl Clone for EvolutionScorecardConfig
impl Clone for EvolutionScorecardConfig
Source§fn clone(&self) -> EvolutionScorecardConfig
fn clone(&self) -> EvolutionScorecardConfig
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 EvolutionScorecardConfig
impl Debug for EvolutionScorecardConfig
Auto Trait Implementations§
impl Freeze for EvolutionScorecardConfig
impl RefUnwindSafe for EvolutionScorecardConfig
impl Send for EvolutionScorecardConfig
impl Sync for EvolutionScorecardConfig
impl Unpin for EvolutionScorecardConfig
impl UnsafeUnpin for EvolutionScorecardConfig
impl UnwindSafe for EvolutionScorecardConfig
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