pub struct GetJigPlaylistsResponse {
pub playlists: Vec<PlaylistResponse>,
}
Expand description
Response list of Playlists that JIG is associated with.
Fields§
§playlists: Vec<PlaylistResponse>
the jigs returned.
Trait Implementations§
Source§impl Clone for GetJigPlaylistsResponse
impl Clone for GetJigPlaylistsResponse
Source§fn clone(&self) -> GetJigPlaylistsResponse
fn clone(&self) -> GetJigPlaylistsResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetJigPlaylistsResponse
impl Debug for GetJigPlaylistsResponse
Source§impl<'de> Deserialize<'de> for GetJigPlaylistsResponse
impl<'de> Deserialize<'de> for GetJigPlaylistsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetJigPlaylistsResponse
impl RefUnwindSafe for GetJigPlaylistsResponse
impl Send for GetJigPlaylistsResponse
impl Sync for GetJigPlaylistsResponse
impl Unpin for GetJigPlaylistsResponse
impl UnwindSafe for GetJigPlaylistsResponse
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