pub struct RepairSolution {
pub plan: Plan,
pub delta: GraphDelta,
pub outcome: RepairOutcome,
}Expand description
A repair the enumeration driver found and verified.
Fields§
§plan: Plan§delta: GraphDelta§outcome: RepairOutcomeTrait Implementations§
Source§impl Clone for RepairSolution
impl Clone for RepairSolution
Source§fn clone(&self) -> RepairSolution
fn clone(&self) -> RepairSolution
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 RepairSolution
impl RefUnwindSafe for RepairSolution
impl Send for RepairSolution
impl Sync for RepairSolution
impl Unpin for RepairSolution
impl UnsafeUnpin for RepairSolution
impl UnwindSafe for RepairSolution
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