pub struct SellOutcome {
pub report: SellReport,
pub magi_caveat: bool,
}Expand description
The outcome of what-if sell: the report + whether the ad-hoc --magi defaulted to --income
(so the renderer/caller can print the “MAGI assumed = ordinary income” caveat).
Fields§
§report: SellReport§magi_caveat: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SellOutcome
impl RefUnwindSafe for SellOutcome
impl Send for SellOutcome
impl Sync for SellOutcome
impl Unpin for SellOutcome
impl UnsafeUnpin for SellOutcome
impl UnwindSafe for SellOutcome
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