pub struct HarvestOutcome {
pub report: HarvestReport,
pub magi_caveat: bool,
}Expand description
The outcome of what-if harvest: the report + whether --magi defaulted to --income.
Fields§
§report: HarvestReport§magi_caveat: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for HarvestOutcome
impl RefUnwindSafe for HarvestOutcome
impl Send for HarvestOutcome
impl Sync for HarvestOutcome
impl Unpin for HarvestOutcome
impl UnsafeUnpin for HarvestOutcome
impl UnwindSafe for HarvestOutcome
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