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