pub struct TxnFilterAND { /* private fields */ }
Expand description
Logical AND-filter
All filters must be select a transaction, so that it will be selected.
Actual filtering implementation is done by Trait FilterTxn
Trait Implementations§
Source§impl Clone for TxnFilterAND
impl Clone for TxnFilterAND
Source§fn clone(&self) -> TxnFilterAND
fn clone(&self) -> TxnFilterAND
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 TxnFilterAND
impl Debug for TxnFilterAND
Source§impl<'de> Deserialize<'de> for TxnFilterAND
impl<'de> Deserialize<'de> for TxnFilterAND
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 TxnFilterAND
impl IndentDisplay for TxnFilterAND
Auto Trait Implementations§
impl Freeze for TxnFilterAND
impl RefUnwindSafe for TxnFilterAND
impl Send for TxnFilterAND
impl Sync for TxnFilterAND
impl Unpin for TxnFilterAND
impl UnwindSafe for TxnFilterAND
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