pub struct TxnFilterPostingAccount { /* private fields */ }Expand description
Txn Posting Account filter
Select the transaction, if any of its posting match regex
Trait Implementations§
Source§impl Clone for TxnFilterPostingAccount
impl Clone for TxnFilterPostingAccount
Source§fn clone(&self) -> TxnFilterPostingAccount
fn clone(&self) -> TxnFilterPostingAccount
Returns a copy of the value. Read more
1.0.0 · 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 TxnFilterPostingAccount
impl Debug for TxnFilterPostingAccount
Source§impl<'de> Deserialize<'de> for TxnFilterPostingAccount
impl<'de> Deserialize<'de> for TxnFilterPostingAccount
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
Auto Trait Implementations§
impl Freeze for TxnFilterPostingAccount
impl RefUnwindSafe for TxnFilterPostingAccount
impl Send for TxnFilterPostingAccount
impl Sync for TxnFilterPostingAccount
impl Unpin for TxnFilterPostingAccount
impl UnwindSafe for TxnFilterPostingAccount
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