pub struct VGMClient { /* private fields */ }Implementations§
Source§impl VGMClient
impl VGMClient
pub async fn search_albums( &self, query: &str, ) -> Result<SearchResponse<'_>, VGMError>
pub async fn album(&self, id: &str) -> Result<AlbumDetail, VGMError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VGMClient
impl !RefUnwindSafe for VGMClient
impl Send for VGMClient
impl Sync for VGMClient
impl Unpin for VGMClient
impl !UnwindSafe for VGMClient
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