pub struct ApAgingItem {
pub payment_date: NaiveDate,
pub amount: Decimal,
pub document_id: String,
}Expand description
A payable item from AP aging for forecast input.
Fields§
§payment_date: NaiveDateScheduled payment date
amount: DecimalPayment amount
document_id: StringSource document ID
Trait Implementations§
Source§impl Clone for ApAgingItem
impl Clone for ApAgingItem
Source§fn clone(&self) -> ApAgingItem
fn clone(&self) -> ApAgingItem
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 moreAuto Trait Implementations§
impl Freeze for ApAgingItem
impl RefUnwindSafe for ApAgingItem
impl Send for ApAgingItem
impl Sync for ApAgingItem
impl Unpin for ApAgingItem
impl UnsafeUnpin for ApAgingItem
impl UnwindSafe for ApAgingItem
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