pub struct BrowsePlaylists;
Expand description
Browse user’s playlists
Trait Implementations§
Source§impl ApiEndpoint for BrowseUserPlaylists
impl ApiEndpoint for BrowseUserPlaylists
Source§type Req = BrowsePublicUserPlaylistsQuery
type Req = BrowsePublicUserPlaylistsQuery
The request type for this endpoint.
Source§type Res = PlaylistBrowseResponse
type Res = PlaylistBrowseResponse
The response type for this endpoint.
Source§type Path = BrowsePublicUserPlaylistsPath
type Path = BrowsePublicUserPlaylistsPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for BrowseUserPlaylists
impl RefUnwindSafe for BrowseUserPlaylists
impl Send for BrowseUserPlaylists
impl Sync for BrowseUserPlaylists
impl Unpin for BrowseUserPlaylists
impl UnwindSafe for BrowseUserPlaylists
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