pub struct BulkVoidPlan {
pub rows: Vec<BulkVoidRow>,
}Expand description
The read-only plan a bulk-void would execute: the voidable decisions (shared predicate), sorted by
seq. No $ number (a void recognizes no gain); no time/wallet filter (per-row exclude is the
front-end precision tool).
Fields§
§rows: Vec<BulkVoidRow>Trait Implementations§
Source§impl Clone for BulkVoidPlan
impl Clone for BulkVoidPlan
Source§fn clone(&self) -> BulkVoidPlan
fn clone(&self) -> BulkVoidPlan
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 BulkVoidPlan
impl Debug for BulkVoidPlan
impl Eq for BulkVoidPlan
Source§impl PartialEq for BulkVoidPlan
impl PartialEq for BulkVoidPlan
impl StructuralPartialEq for BulkVoidPlan
Auto Trait Implementations§
impl Freeze for BulkVoidPlan
impl RefUnwindSafe for BulkVoidPlan
impl Send for BulkVoidPlan
impl Sync for BulkVoidPlan
impl Unpin for BulkVoidPlan
impl UnsafeUnpin for BulkVoidPlan
impl UnwindSafe for BulkVoidPlan
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.