pub enum Form8949Part {
ShortTerm,
LongTerm,
}Expand description
Which Form 8949 part / holding-period a row belongs to. Part I = short-term (held ≤ 1 yr);
Part II = long-term (held > 1 yr). Derived 1:1 from the leg’s Term.
Variants§
Trait Implementations§
Source§impl Clone for Form8949Part
impl Clone for Form8949Part
Source§fn clone(&self) -> Form8949Part
fn clone(&self) -> Form8949Part
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Form8949Part
Source§impl Debug for Form8949Part
impl Debug for Form8949Part
impl Eq for Form8949Part
Source§impl PartialEq for Form8949Part
impl PartialEq for Form8949Part
impl StructuralPartialEq for Form8949Part
Auto Trait Implementations§
impl Freeze for Form8949Part
impl RefUnwindSafe for Form8949Part
impl Send for Form8949Part
impl Sync for Form8949Part
impl Unpin for Form8949Part
impl UnsafeUnpin for Form8949Part
impl UnwindSafe for Form8949Part
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.