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