pub struct AccountingApi { /* private fields */ }Expand description
Accounting namespace — GET /v1/accounting/snapshot.
Downloads a ZIP archive containing positions.csv and equity.csv for a
given user. The response is returned as raw bytes so callers can hand the
archive off to their own zip/CSV tooling.
Implementations§
Source§impl AccountingApi
impl AccountingApi
Trait Implementations§
Source§impl Clone for AccountingApi
impl Clone for AccountingApi
Source§fn clone(&self) -> AccountingApi
fn clone(&self) -> AccountingApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AccountingApi
impl !RefUnwindSafe for AccountingApi
impl Send for AccountingApi
impl Sync for AccountingApi
impl Unpin for AccountingApi
impl UnsafeUnpin for AccountingApi
impl !UnwindSafe for AccountingApi
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