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