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