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