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