Struct ytmapi_rs::query::GetLibraryArtistsQuery
source · pub struct GetLibraryArtistsQuery { /* private fields */ }Implementations§
source§impl GetLibraryArtistsQuery
impl GetLibraryArtistsQuery
pub fn new(sort_order: GetLibrarySortOrder) -> Self
Trait Implementations§
source§impl Default for GetLibraryArtistsQuery
impl Default for GetLibraryArtistsQuery
source§fn default() -> GetLibraryArtistsQuery
fn default() -> GetLibraryArtistsQuery
Returns the “default value” for a type. Read more
source§impl ParseFrom<GetLibraryArtistsQuery> for Vec<LibraryArtist>
impl ParseFrom<GetLibraryArtistsQuery> for Vec<LibraryArtist>
fn parse_from(p: ProcessedResult<'_, GetLibraryArtistsQuery>) -> Result<Self>
source§impl PostQuery for GetLibraryArtistsQuery
impl PostQuery for GetLibraryArtistsQuery
source§impl<A: AuthToken> Query<A> for GetLibraryArtistsQuery
impl<A: AuthToken> Query<A> for GetLibraryArtistsQuery
type Output = Vec<LibraryArtist>
type Method = PostMethod
Auto Trait Implementations§
impl Freeze for GetLibraryArtistsQuery
impl RefUnwindSafe for GetLibraryArtistsQuery
impl Send for GetLibraryArtistsQuery
impl Sync for GetLibraryArtistsQuery
impl Unpin for GetLibraryArtistsQuery
impl UnwindSafe for GetLibraryArtistsQuery
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