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