pub struct ContextDeficit {
pub missing_targets: Vec<String>,
pub suggested_files: Vec<SuggestedFile>,
pub pressure_action: PressureAction,
pub budget_remaining: usize,
}Fields§
§missing_targets: Vec<String>§suggested_files: Vec<SuggestedFile>§pressure_action: PressureAction§budget_remaining: usizeTrait Implementations§
Source§impl Clone for ContextDeficit
impl Clone for ContextDeficit
Source§fn clone(&self) -> ContextDeficit
fn clone(&self) -> ContextDeficit
Returns a duplicate of the value. Read more
1.0.0 · 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 ContextDeficit
impl RefUnwindSafe for ContextDeficit
impl Send for ContextDeficit
impl Sync for ContextDeficit
impl Unpin for ContextDeficit
impl UnsafeUnpin for ContextDeficit
impl UnwindSafe for ContextDeficit
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