pub struct BulkVoidRow {
pub target_event_id: EventId,
pub seq: u64,
pub date: TaxDate,
pub payload: EventPayload,
pub disposal_to_clear: Option<EventId>,
}Expand description
One voidable reconcile decision in a bulk-void plan. STRUCTURED (front-ends render summaries).
Fields§
§target_event_id: EventIdThe Decision event id to void (VoidDecisionEvent.target_event_id).
seq: u64decision|seq sequence number (display + deterministic sort).
date: TaxDateCalendar date (tax tz) of the decision event.
payload: EventPayloadThe decision’s payload — front-ends render summarize_void_payload (tag + what the void undoes).
disposal_to_clear: Option<EventId>Precomputed side-effect target: a LotSelection target → Some(ls.disposal_event) (whose
optimizer attestation the void clears); every other decision → None.
Trait Implementations§
Source§impl Clone for BulkVoidRow
impl Clone for BulkVoidRow
Source§fn clone(&self) -> BulkVoidRow
fn clone(&self) -> BulkVoidRow
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 BulkVoidRow
impl Debug for BulkVoidRow
impl Eq for BulkVoidRow
Source§impl PartialEq for BulkVoidRow
impl PartialEq for BulkVoidRow
Source§fn eq(&self, other: &BulkVoidRow) -> bool
fn eq(&self, other: &BulkVoidRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkVoidRow
Auto Trait Implementations§
impl Freeze for BulkVoidRow
impl RefUnwindSafe for BulkVoidRow
impl Send for BulkVoidRow
impl Sync for BulkVoidRow
impl Unpin for BulkVoidRow
impl UnsafeUnpin for BulkVoidRow
impl UnwindSafe for BulkVoidRow
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.