pub struct CodebaseMapConfig {
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 before 1.0.
Fields§
§target: Option<PathBuf>§policy_path: Option<PathBuf>§behavior_spec_path: Option<PathBuf>§max_files: usizeTrait Implementations§
Source§impl Clone for CodebaseMapConfig
impl Clone for CodebaseMapConfig
Source§fn clone(&self) -> CodebaseMapConfig
fn clone(&self) -> CodebaseMapConfig
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 CodebaseMapConfig
impl Debug for CodebaseMapConfig
Auto Trait Implementations§
impl Freeze for CodebaseMapConfig
impl RefUnwindSafe for CodebaseMapConfig
impl Send for CodebaseMapConfig
impl Sync for CodebaseMapConfig
impl Unpin for CodebaseMapConfig
impl UnsafeUnpin for CodebaseMapConfig
impl UnwindSafe for CodebaseMapConfig
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