pub struct BulkLinkRow {
pub out_event: EventId,
pub date: TaxDate,
pub source_wallet: Option<WalletId>,
pub principal_sat: Sat,
pub usd_value: Option<Usd>,
pub basis_usd: Usd,
}Expand description
One enriched pending outbound transfer in a bulk link-transfer plan.
Fields§
§out_event: EventId§date: TaxDate§source_wallet: Option<WalletId>[R0-N2] ALWAYS Some for a pending out (a wallet-less TransferOut never reaches
pending_reconciliation); Option kept defensively.
principal_sat: Sat§usd_value: Option<Usd>fmv_of(prices, date, principal_sat) [R0-M1]; advisory, None on missing price / overflow.
basis_usd: UsdΣ leg usd_basis carried (over the principal+fee sats the legs cover); non-taxable → carries.
Trait Implementations§
Source§impl Clone for BulkLinkRow
impl Clone for BulkLinkRow
Source§fn clone(&self) -> BulkLinkRow
fn clone(&self) -> BulkLinkRow
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 moreSource§impl Debug for BulkLinkRow
impl Debug for BulkLinkRow
impl Eq for BulkLinkRow
Source§impl PartialEq for BulkLinkRow
impl PartialEq for BulkLinkRow
Source§fn eq(&self, other: &BulkLinkRow) -> bool
fn eq(&self, other: &BulkLinkRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkLinkRow
Auto Trait Implementations§
impl Freeze for BulkLinkRow
impl RefUnwindSafe for BulkLinkRow
impl Send for BulkLinkRow
impl Sync for BulkLinkRow
impl Unpin for BulkLinkRow
impl UnsafeUnpin for BulkLinkRow
impl UnwindSafe for BulkLinkRow
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.