pub struct NeedsFulfillment { /* private fields */ }Expand description
Tracks need fulfillment per phase and recommends repair actions.
Implementations§
Source§impl NeedsFulfillment
impl NeedsFulfillment
Sourcepub fn new(config: RepairConfig) -> Self
pub fn new(config: RepairConfig) -> Self
Create with the given configuration.
Auto Trait Implementations§
impl Freeze for NeedsFulfillment
impl RefUnwindSafe for NeedsFulfillment
impl Send for NeedsFulfillment
impl Sync for NeedsFulfillment
impl Unpin for NeedsFulfillment
impl UnwindSafe for NeedsFulfillment
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