Struct ledger_parser::PostingAmount
source · [−]pub struct PostingAmount {
pub amount: Amount,
pub lot_price: Option<Price>,
pub price: Option<Price>,
}
Fields
amount: Amount
lot_price: Option<Price>
price: Option<Price>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PostingAmount
impl Send for PostingAmount
impl Sync for PostingAmount
impl Unpin for PostingAmount
impl UnwindSafe for PostingAmount
Blanket Implementations
Mutably borrows from an owned value. Read more