pub struct TxnFilterPostingCommodity { /* private fields */ }Expand description
Txn Posting Commodity filter
Select the transaction, if any of its postings’ commodity match regex
Trait Implementations§
Source§impl Clone for TxnFilterPostingCommodity
impl Clone for TxnFilterPostingCommodity
Source§fn clone(&self) -> TxnFilterPostingCommodity
fn clone(&self) -> TxnFilterPostingCommodity
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 TxnFilterPostingCommodity
impl Debug for TxnFilterPostingCommodity
Source§impl<'de> Deserialize<'de> for TxnFilterPostingCommodity
impl<'de> Deserialize<'de> for TxnFilterPostingCommodity
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 TxnFilterPostingCommodity
impl RefUnwindSafe for TxnFilterPostingCommodity
impl Send for TxnFilterPostingCommodity
impl Sync for TxnFilterPostingCommodity
impl Unpin for TxnFilterPostingCommodity
impl UnwindSafe for TxnFilterPostingCommodity
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