Struct ytmapi_rs::query::GetArtistAlbumsQuery
source · pub struct GetArtistAlbumsQuery<'a> { /* private fields */ }Implementations§
source§impl<'a> GetArtistAlbumsQuery<'a>
impl<'a> GetArtistAlbumsQuery<'a>
pub fn new( channel_id: ArtistChannelID<'a>, params: BrowseParams<'a>, ) -> GetArtistAlbumsQuery<'a>
Trait Implementations§
source§impl<'a> Clone for GetArtistAlbumsQuery<'a>
impl<'a> Clone for GetArtistAlbumsQuery<'a>
source§fn clone(&self) -> GetArtistAlbumsQuery<'a>
fn clone(&self) -> GetArtistAlbumsQuery<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a> Debug for GetArtistAlbumsQuery<'a>
impl<'a> Debug for GetArtistAlbumsQuery<'a>
source§impl<'a> ParseFrom<GetArtistAlbumsQuery<'a>> for Vec<GetArtistAlbumsAlbum>
impl<'a> ParseFrom<GetArtistAlbumsQuery<'a>> for Vec<GetArtistAlbumsAlbum>
fn parse_from(p: ProcessedResult<'_, GetArtistAlbumsQuery<'a>>) -> Result<Self>
source§impl<'a> PostQuery for GetArtistAlbumsQuery<'a>
impl<'a> PostQuery for GetArtistAlbumsQuery<'a>
source§impl<'a, A: AuthToken> Query<A> for GetArtistAlbumsQuery<'a>
impl<'a, A: AuthToken> Query<A> for GetArtistAlbumsQuery<'a>
type Output = Vec<GetArtistAlbumsAlbum>
type Method = PostMethod
Auto Trait Implementations§
impl<'a> Freeze for GetArtistAlbumsQuery<'a>
impl<'a> RefUnwindSafe for GetArtistAlbumsQuery<'a>
impl<'a> Send for GetArtistAlbumsQuery<'a>
impl<'a> Sync for GetArtistAlbumsQuery<'a>
impl<'a> Unpin for GetArtistAlbumsQuery<'a>
impl<'a> UnwindSafe for GetArtistAlbumsQuery<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)