pub struct LedgerEntryChanges(pub Vec<LedgerEntryChange>);
Tuple Fields§
§0: Vec<LedgerEntryChange>
Trait Implementations§
Source§impl Clone for LedgerEntryChanges
impl Clone for LedgerEntryChanges
Source§fn clone(&self) -> LedgerEntryChanges
fn clone(&self) -> LedgerEntryChanges
Returns a duplicate 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 LedgerEntryChanges
impl Debug for LedgerEntryChanges
Source§impl<Out: Write> Pack<Out> for LedgerEntryChanges
impl<Out: Write> Pack<Out> for LedgerEntryChanges
Source§impl PartialEq for LedgerEntryChanges
impl PartialEq for LedgerEntryChanges
Source§impl<In: Read> Unpack<In> for LedgerEntryChanges
impl<In: Read> Unpack<In> for LedgerEntryChanges
impl Eq for LedgerEntryChanges
impl StructuralPartialEq for LedgerEntryChanges
Auto Trait Implementations§
impl Freeze for LedgerEntryChanges
impl RefUnwindSafe for LedgerEntryChanges
impl Send for LedgerEntryChanges
impl Sync for LedgerEntryChanges
impl Unpin for LedgerEntryChanges
impl UnwindSafe for LedgerEntryChanges
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