pub struct APAgingDetail;Expand description
Type to represent the APAgingDetail report in quickbooks:
API Reference: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/report-entities/apagingdetail
Trait Implementations§
Source§impl QBReportType for APAgingDetail
impl QBReportType for APAgingDetail
type QueryParams = APAgingDetailParams
fn url_name(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for APAgingDetail
impl RefUnwindSafe for APAgingDetail
impl Send for APAgingDetail
impl Sync for APAgingDetail
impl Unpin for APAgingDetail
impl UnwindSafe for APAgingDetail
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