pub struct Posting<'ctx> {
pub account: Account<'ctx>,
pub amount: Amount<'ctx>,
}Expand description
Evaluated posting of the transaction.
Fields§
§account: Account<'ctx>§amount: Amount<'ctx>Note this Amount is not PostingAmount, as deduced posting may have non-single commodity amount.
Trait Implementations§
impl<'ctx> Eq for Posting<'ctx>
impl<'ctx> StructuralPartialEq for Posting<'ctx>
Auto Trait Implementations§
impl<'ctx> Freeze for Posting<'ctx>
impl<'ctx> RefUnwindSafe for Posting<'ctx>
impl<'ctx> Send for Posting<'ctx>
impl<'ctx> Sync for Posting<'ctx>
impl<'ctx> Unpin for Posting<'ctx>
impl<'ctx> UnwindSafe for Posting<'ctx>
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