pub struct ValidatedConsumerPlan<'plan> { /* private fields */ }Expand description
A consumer-compatible plan proven structurally safe and internally consistent.
Implementations§
Source§impl<'plan> ValidatedConsumerPlan<'plan>
impl<'plan> ValidatedConsumerPlan<'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
pub const fn total_edits(&self) -> usize
pub const fn total_paths(&self) -> usize
Trait Implementations§
Source§impl<'plan> Clone for ValidatedConsumerPlan<'plan>
impl<'plan> Clone for ValidatedConsumerPlan<'plan>
Source§fn clone(&self) -> ValidatedConsumerPlan<'plan>
fn clone(&self) -> ValidatedConsumerPlan<'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 ValidatedConsumerPlan<'plan>
impl<'plan> RefUnwindSafe for ValidatedConsumerPlan<'plan>
impl<'plan> Send for ValidatedConsumerPlan<'plan>
impl<'plan> Sync for ValidatedConsumerPlan<'plan>
impl<'plan> Unpin for ValidatedConsumerPlan<'plan>
impl<'plan> UnsafeUnpin for ValidatedConsumerPlan<'plan>
impl<'plan> UnwindSafe for ValidatedConsumerPlan<'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