pub enum Form8283HowAcquired {
Purchased,
Gift,
Other,
Review,
}Expand description
The Form 8283 “How acquired by donor” category, derived from the leg’s BasisSource [R0-N2]:
ExchangeProvided/ComputedFromCost→ PurchasedGiftCarryover/GiftFmvFallback→ GiftFmvAtIncome→ Other (“income” is NOT a literal Form 8283 how-acquired category)CarriedFromTransfer/SafeHarborAllocated/ReconstructedPerWallet/SelfTransferInbound→ Review (origin lost — the acquisition provenance cannot be soundly asserted; a self-transfer-in’s coins came from an un-imported wallet with attested/defaulted basis).
Variants§
Purchased
Purchased (basis from an exchange record or a computed cost).
Gift
Gift (a received-gift lot with carryover / FMV-fallback basis).
Other
Other (income-recognized basis — mining/staking/airdrops/rewards).
Review
Review — the acquisition origin was lost (transferred/safe-harbor/reconstructed basis).
Trait Implementations§
Source§impl Clone for Form8283HowAcquired
impl Clone for Form8283HowAcquired
Source§fn clone(&self) -> Form8283HowAcquired
fn clone(&self) -> Form8283HowAcquired
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 Form8283HowAcquired
Source§impl Debug for Form8283HowAcquired
impl Debug for Form8283HowAcquired
impl Eq for Form8283HowAcquired
Source§impl PartialEq for Form8283HowAcquired
impl PartialEq for Form8283HowAcquired
impl StructuralPartialEq for Form8283HowAcquired
Auto Trait Implementations§
impl Freeze for Form8283HowAcquired
impl RefUnwindSafe for Form8283HowAcquired
impl Send for Form8283HowAcquired
impl Sync for Form8283HowAcquired
impl Unpin for Form8283HowAcquired
impl UnsafeUnpin for Form8283HowAcquired
impl UnwindSafe for Form8283HowAcquired
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.