pub struct TrendingApiClient { /* private fields */ }Implementations§
Source§impl TrendingApiClient
impl TrendingApiClient
pub fn new(configuration: Rc<Configuration>) -> TrendingApiClient
Trait Implementations§
Source§impl TrendingApi for TrendingApiClient
impl TrendingApi for TrendingApiClient
fn get_trending_paginated( &self, media_type: &MediaType, time_window: &TimeWindow, ) -> Result<SearchMultiResultsPaginated, Error>
Auto Trait Implementations§
impl Freeze for TrendingApiClient
impl !RefUnwindSafe for TrendingApiClient
impl !Send for TrendingApiClient
impl !Sync for TrendingApiClient
impl Unpin for TrendingApiClient
impl !UnwindSafe for TrendingApiClient
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