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