pub struct ApiClient {Show 13 fields
pub config: ClientConfig,
pub clients: ClientsClient,
pub sandbox: SandboxClient,
pub accounts: AccountsClient,
pub collections: CollectionsClient,
pub documents: DocumentsClient,
pub investors: InvestorsClient,
pub installments: InstallmentsClient,
pub loans: LoansClient,
pub partners: PartnersClient,
pub webhooks: WebhooksClient,
pub repayments: RepaymentsClient,
pub drawdowns: DrawdownsClient,
}Fields§
§config: ClientConfig§clients: ClientsClient§sandbox: SandboxClient§accounts: AccountsClient§collections: CollectionsClient§documents: DocumentsClient§investors: InvestorsClient§installments: InstallmentsClient§loans: LoansClient§partners: PartnersClient§webhooks: WebhooksClient§repayments: RepaymentsClient§drawdowns: DrawdownsClientImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ApiClient
impl !UnwindSafe for ApiClient
impl Freeze for ApiClient
impl Send for ApiClient
impl Sync for ApiClient
impl Unpin for ApiClient
impl UnsafeUnpin for ApiClient
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