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