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