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