pub struct OperationMeta {
pub changes: LedgerEntryChanges,
}
Fields§
§changes: LedgerEntryChanges
Trait Implementations§
Source§impl Clone for OperationMeta
impl Clone for OperationMeta
Source§fn clone(&self) -> OperationMeta
fn clone(&self) -> OperationMeta
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 OperationMeta
impl Debug for OperationMeta
Source§impl<Out: Write> Pack<Out> for OperationMeta
impl<Out: Write> Pack<Out> for OperationMeta
Source§impl PartialEq for OperationMeta
impl PartialEq for OperationMeta
Source§impl<In: Read> Unpack<In> for OperationMeta
impl<In: Read> Unpack<In> for OperationMeta
impl Eq for OperationMeta
impl StructuralPartialEq for OperationMeta
Auto Trait Implementations§
impl Freeze for OperationMeta
impl RefUnwindSafe for OperationMeta
impl Send for OperationMeta
impl Sync for OperationMeta
impl Unpin for OperationMeta
impl UnwindSafe for OperationMeta
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