pub struct RefactorApplyConfig {
pub plan_path: PathBuf,
pub candidate_id: String,
pub apply: bool,
pub allow_public_api_impact: bool,
pub validation_timeout: Duration,
}Expand description
Plan-first refactor and autonomous orchestration records. Unstable during the v1 beta.
Fields§
§plan_path: PathBuf§candidate_id: String§apply: bool§allow_public_api_impact: bool§validation_timeout: DurationTrait Implementations§
Source§impl Clone for RefactorApplyConfig
impl Clone for RefactorApplyConfig
Source§fn clone(&self) -> RefactorApplyConfig
fn clone(&self) -> RefactorApplyConfig
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 moreAuto Trait Implementations§
impl Freeze for RefactorApplyConfig
impl RefUnwindSafe for RefactorApplyConfig
impl Send for RefactorApplyConfig
impl Sync for RefactorApplyConfig
impl Unpin for RefactorApplyConfig
impl UnsafeUnpin for RefactorApplyConfig
impl UnwindSafe for RefactorApplyConfig
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