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