pub struct GetJigPlaylists;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for GetJigPlaylists
impl ApiEndpoint for GetJigPlaylists
Source§type Res = GetJigPlaylistsResponse
type Res = GetJigPlaylistsResponse
The response type for this endpoint.
Source§type Path = GetJigPlaylistsPath
type Path = GetJigPlaylistsPath
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 GetJigPlaylists
impl RefUnwindSafe for GetJigPlaylists
impl Send for GetJigPlaylists
impl Sync for GetJigPlaylists
impl Unpin for GetJigPlaylists
impl UnwindSafe for GetJigPlaylists
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