pub struct PatchPlanSeed {
pub target_key: String,
pub fixture_path: String,
pub patch: StructuredPatch,
pub experiment_config: ExperimentConfig,
pub description: String,
}Expand description
An operator-provided patch plan seed that overrides automatic plan selection.
Fields§
§target_key: String§fixture_path: String§patch: StructuredPatch§experiment_config: ExperimentConfig§description: StringTrait Implementations§
Source§impl Clone for PatchPlanSeed
impl Clone for PatchPlanSeed
Source§fn clone(&self) -> PatchPlanSeed
fn clone(&self) -> PatchPlanSeed
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 PatchPlanSeed
impl RefUnwindSafe for PatchPlanSeed
impl Send for PatchPlanSeed
impl Sync for PatchPlanSeed
impl Unpin for PatchPlanSeed
impl UnsafeUnpin for PatchPlanSeed
impl UnwindSafe for PatchPlanSeed
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