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