pub struct BulkFilter {
pub frame: Frame,
pub from_wallet: Option<WalletId>,
}Expand description
Filter narrowing which pending outbound transfers a bulk plan selects.
Fields§
§frame: Frame§from_wallet: Option<WalletId>Trait Implementations§
Source§impl Clone for BulkFilter
impl Clone for BulkFilter
Source§fn clone(&self) -> BulkFilter
fn clone(&self) -> BulkFilter
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 BulkFilter
impl Debug for BulkFilter
impl Eq for BulkFilter
Source§impl PartialEq for BulkFilter
impl PartialEq for BulkFilter
Source§fn eq(&self, other: &BulkFilter) -> bool
fn eq(&self, other: &BulkFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BulkFilter
Auto Trait Implementations§
impl Freeze for BulkFilter
impl RefUnwindSafe for BulkFilter
impl Send for BulkFilter
impl Sync for BulkFilter
impl Unpin for BulkFilter
impl UnsafeUnpin for BulkFilter
impl UnwindSafe for BulkFilter
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.