pub struct TxnFilterOR { /* private fields */ }
Expand description
Logical OR-filter
If any of the filters selects a transaction, then it will be selected.
Actual filtering implementation is done by Trait FilterTxn
Trait Implementations§
Source§impl Clone for TxnFilterOR
impl Clone for TxnFilterOR
Source§fn clone(&self) -> TxnFilterOR
fn clone(&self) -> TxnFilterOR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TxnFilterOR
impl Debug for TxnFilterOR
Source§impl<'de> Deserialize<'de> for TxnFilterOR
impl<'de> Deserialize<'de> for TxnFilterOR
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IndentDisplay for TxnFilterOR
impl IndentDisplay for TxnFilterOR
Auto Trait Implementations§
impl Freeze for TxnFilterOR
impl RefUnwindSafe for TxnFilterOR
impl Send for TxnFilterOR
impl Sync for TxnFilterOR
impl Unpin for TxnFilterOR
impl UnwindSafe for TxnFilterOR
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