[][src]Struct ynab_api::apis::client::APIClient

pub struct APIClient { /* fields omitted */ }

Methods

impl APIClient[src]

pub fn new(configuration: Configuration) -> APIClient[src]

pub fn accounts_api(&self) -> &dyn AccountsApi[src]

pub fn budgets_api(&self) -> &dyn BudgetsApi[src]

pub fn categories_api(&self) -> &dyn CategoriesApi[src]

pub fn deprecated_api(&self) -> &dyn DeprecatedApi[src]

pub fn months_api(&self) -> &dyn MonthsApi[src]

pub fn payee_locations_api(&self) -> &dyn PayeeLocationsApi[src]

pub fn payees_api(&self) -> &dyn PayeesApi[src]

pub fn scheduled_transactions_api(&self) -> &dyn ScheduledTransactionsApi[src]

pub fn transactions_api(&self) -> &dyn TransactionsApi[src]

pub fn user_api(&self) -> &dyn UserApi[src]

Auto Trait Implementations

impl !Send for APIClient

impl !Sync for APIClient

impl Unpin for APIClient

impl !UnwindSafe for APIClient

impl !RefUnwindSafe for APIClient

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err