pub enum FormArg {
F8949,
ScheduleD,
ScheduleSe,
Form8283,
Form1040,
Form8275,
}Expand description
One official form in the export-irs-pdf packet (the --forms opt-in filter).
Variants§
F8949
Form 8949 (per-disposition capital-gains rows).
ScheduleD
Schedule D (aggregated capital-gains totals).
ScheduleSe
Schedule SE (self-employment tax).
Form8283
Form 8283 (noncash charitable contributions).
Form1040
Form 1040 (capital-gains cells + the digital-asset question).
Form8275
Form 8275 (Disclosure Statement — Approach-B’s Cohan-estimate promoted-basis disclosure).
Trait Implementations§
impl Copy for FormArg
impl Eq for FormArg
impl StructuralPartialEq for FormArg
Auto Trait Implementations§
impl Freeze for FormArg
impl RefUnwindSafe for FormArg
impl Send for FormArg
impl Sync for FormArg
impl Unpin for FormArg
impl UnsafeUnpin for FormArg
impl UnwindSafe for FormArg
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.