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