Struct ytmapi_rs::query::GetLibraryPlaylistsQuery
source · pub struct GetLibraryPlaylistsQuery;Trait Implementations§
source§impl ParseFrom<GetLibraryPlaylistsQuery> for Vec<LibraryPlaylist>
impl ParseFrom<GetLibraryPlaylistsQuery> for Vec<LibraryPlaylist>
fn parse_from(p: ProcessedResult<'_, GetLibraryPlaylistsQuery>) -> Result<Self>
source§impl PostQuery for GetLibraryPlaylistsQuery
impl PostQuery for GetLibraryPlaylistsQuery
source§impl<A: AuthToken> Query<A> for GetLibraryPlaylistsQuery
impl<A: AuthToken> Query<A> for GetLibraryPlaylistsQuery
type Output = Vec<LibraryPlaylist>
type Method = PostMethod
Auto Trait Implementations§
impl Freeze for GetLibraryPlaylistsQuery
impl RefUnwindSafe for GetLibraryPlaylistsQuery
impl Send for GetLibraryPlaylistsQuery
impl Sync for GetLibraryPlaylistsQuery
impl Unpin for GetLibraryPlaylistsQuery
impl UnwindSafe for GetLibraryPlaylistsQuery
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