pub struct BulkResolveRow {
pub conflict_event: EventId,
pub date: TaxDate,
pub target: EventId,
pub current_payload: EventPayload,
pub new_payload: EventPayload,
pub new_fingerprint: String,
}Expand description
One flagged import conflict in a bulk resolve-conflict plan. STRUCTURED (front-ends render summaries).
Fields§
§conflict_event: EventIdThe ImportConflict event id — the resolution target (SupersedeImport/RejectImport carry
this as conflict_event).
date: TaxDateCalendar date (tax tz) of the conflict event.
target: EventIdThe TARGET import event id whose payload the conflict proposes to supersede (≠ conflict_event).
current_payload: EventPayloadPayload currently at the target (front-end renders “current”; KEPT on reject).
new_payload: EventPayloadImportConflict.new_payload (front-end renders “→ new”; ADOPTED on accept).
new_fingerprint: StringThe 8-char new_fingerprint disambiguator (front-end shows it).
Trait Implementations§
Source§impl Clone for BulkResolveRow
impl Clone for BulkResolveRow
Source§fn clone(&self) -> BulkResolveRow
fn clone(&self) -> BulkResolveRow
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 BulkResolveRow
impl Debug for BulkResolveRow
impl Eq for BulkResolveRow
Source§impl PartialEq for BulkResolveRow
impl PartialEq for BulkResolveRow
Source§fn eq(&self, other: &BulkResolveRow) -> bool
fn eq(&self, other: &BulkResolveRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkResolveRow
Auto Trait Implementations§
impl Freeze for BulkResolveRow
impl RefUnwindSafe for BulkResolveRow
impl Send for BulkResolveRow
impl Sync for BulkResolveRow
impl Unpin for BulkResolveRow
impl UnsafeUnpin for BulkResolveRow
impl UnwindSafe for BulkResolveRow
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.