Struct beancount_parser::transaction::Transaction
source · pub struct Transaction<'a> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
source§impl<'a> Clone for Transaction<'a>
impl<'a> Clone for Transaction<'a>
source§fn clone(&self) -> Transaction<'a>
fn clone(&self) -> Transaction<'a>
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 more