pub struct ValidatedPlannerPlan<'plan> { /* private fields */ }Expand description
Strict producer output with explicit, truthful completeness evidence.
Implementations§
Source§impl<'plan> ValidatedPlannerPlan<'plan>
impl<'plan> ValidatedPlannerPlan<'plan>
pub const fn plan(&self) -> &'plan RefactorPlan
pub const fn evidence(&self) -> &PlanEvidence
pub const fn fingerprint(&self) -> PlanFingerprint
pub const fn stats(&self) -> PlanStats
Trait Implementations§
Source§impl<'plan> Clone for ValidatedPlannerPlan<'plan>
impl<'plan> Clone for ValidatedPlannerPlan<'plan>
Source§fn clone(&self) -> ValidatedPlannerPlan<'plan>
fn clone(&self) -> ValidatedPlannerPlan<'plan>
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<'plan> Freeze for ValidatedPlannerPlan<'plan>
impl<'plan> RefUnwindSafe for ValidatedPlannerPlan<'plan>
impl<'plan> Send for ValidatedPlannerPlan<'plan>
impl<'plan> Sync for ValidatedPlannerPlan<'plan>
impl<'plan> Unpin for ValidatedPlannerPlan<'plan>
impl<'plan> UnsafeUnpin for ValidatedPlannerPlan<'plan>
impl<'plan> UnwindSafe for ValidatedPlannerPlan<'plan>
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