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