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

pub struct APIClient { /* fields omitted */ }

Methods

impl APIClient[src]

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

pub fn new_with_api_key<T: Into<String>>(api_key: T) -> APIClient[src]

pub fn new_from_env() -> APIClient[src]

pub fn account_api(&self) -> &dyn AccountApi[src]

pub fn authentication_api(&self) -> &dyn AuthenticationApi[src]

pub fn certifications_api(&self) -> &dyn CertificationsApi[src]

pub fn changes_api(&self) -> &dyn ChangesApi[src]

pub fn collections_api(&self) -> &dyn CollectionsApi[src]

pub fn companies_api(&self) -> &dyn CompaniesApi[src]

pub fn configuration_api(&self) -> &dyn ConfigurationApi[src]

pub fn credits_api(&self) -> &dyn CreditsApi[src]

pub fn discover_api(&self) -> &dyn DiscoverApi[src]

pub fn find_api(&self) -> &dyn FindApi[src]

pub fn genres_api(&self) -> &dyn GenresApi[src]

pub fn guest_sessions_api(&self) -> &dyn GuestSessionsApi[src]

pub fn keywords_api(&self) -> &dyn KeywordsApi[src]

pub fn lists_api(&self) -> &dyn ListsApi[src]

pub fn movies_api(&self) -> &dyn MoviesApi[src]

pub fn networks_api(&self) -> &dyn NetworksApi[src]

pub fn people_api(&self) -> &dyn PeopleApi[src]

pub fn reviews_api(&self) -> &dyn ReviewsApi[src]

pub fn search_api(&self) -> &dyn SearchApi[src]

pub fn trending_api(&self) -> &dyn TrendingApi[src]

pub fn tv_api(&self) -> &dyn TVApi[src]

pub fn tv_episodes_api(&self) -> &dyn TVEpisodesApi[src]

pub fn tv_seasons_api(&self) -> &dyn TVSeasonsApi[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