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