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