pub struct GameVideosClient { /* private fields */ }
Implementations§
Source§impl GameVideosClient
impl GameVideosClient
Sourcepub async fn get(
&self,
request_builder: RequestBuilder,
) -> Result<Vec<GameVideo>, Box<dyn Error + Send + Sync + 'static>>
pub async fn get( &self, request_builder: RequestBuilder, ) -> Result<Vec<GameVideo>, Box<dyn Error + Send + Sync + 'static>>
Receives a configured RequestBuilder an returns a result containing a collection
Auto Trait Implementations§
impl Freeze for GameVideosClient
impl RefUnwindSafe for GameVideosClient
impl Send for GameVideosClient
impl Sync for GameVideosClient
impl Unpin for GameVideosClient
impl UnwindSafe for GameVideosClient
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