pub struct BulkStiFilter {
pub frame: Frame,
pub wallet: Option<WalletId>,
}Expand description
Filter narrowing which pending unknown-basis inbound deposits a bulk STI plan selects. wallet
filters the RECEIVING wallet (the inbound has no “destination” — it IS the receiving leg).
Fields§
§frame: Frame§wallet: Option<WalletId>Trait Implementations§
Source§impl Clone for BulkStiFilter
impl Clone for BulkStiFilter
Source§fn clone(&self) -> BulkStiFilter
fn clone(&self) -> BulkStiFilter
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 BulkStiFilter
impl Debug for BulkStiFilter
impl Eq for BulkStiFilter
Source§impl PartialEq for BulkStiFilter
impl PartialEq for BulkStiFilter
Source§fn eq(&self, other: &BulkStiFilter) -> bool
fn eq(&self, other: &BulkStiFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkStiFilter
Auto Trait Implementations§
impl Freeze for BulkStiFilter
impl RefUnwindSafe for BulkStiFilter
impl Send for BulkStiFilter
impl Sync for BulkStiFilter
impl Unpin for BulkStiFilter
impl UnsafeUnpin for BulkStiFilter
impl UnwindSafe for BulkStiFilter
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.