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