Struct ytmapi_rs::query::GetMoodPlaylistsQuery
source · pub struct GetMoodPlaylistsQuery<'a> { /* private fields */ }Implementations§
source§impl<'a> GetMoodPlaylistsQuery<'a>
impl<'a> GetMoodPlaylistsQuery<'a>
pub fn new(params: MoodCategoryParams<'a>) -> Self
Trait Implementations§
source§impl<'a> Clone for GetMoodPlaylistsQuery<'a>
impl<'a> Clone for GetMoodPlaylistsQuery<'a>
source§fn clone(&self) -> GetMoodPlaylistsQuery<'a>
fn clone(&self) -> GetMoodPlaylistsQuery<'a>
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<'a> ParseFrom<GetMoodPlaylistsQuery<'a>> for Vec<MoodPlaylistCategory>
impl<'a> ParseFrom<GetMoodPlaylistsQuery<'a>> for Vec<MoodPlaylistCategory>
fn parse_from(p: ProcessedResult<'_, GetMoodPlaylistsQuery<'a>>) -> Result<Self>
source§impl<'a> PostQuery for GetMoodPlaylistsQuery<'a>
impl<'a> PostQuery for GetMoodPlaylistsQuery<'a>
source§impl<'a, A: AuthToken> Query<A> for GetMoodPlaylistsQuery<'a>
impl<'a, A: AuthToken> Query<A> for GetMoodPlaylistsQuery<'a>
type Output = Vec<MoodPlaylistCategory>
type Method = PostMethod
Auto Trait Implementations§
impl<'a> Freeze for GetMoodPlaylistsQuery<'a>
impl<'a> RefUnwindSafe for GetMoodPlaylistsQuery<'a>
impl<'a> Send for GetMoodPlaylistsQuery<'a>
impl<'a> Sync for GetMoodPlaylistsQuery<'a>
impl<'a> Unpin for GetMoodPlaylistsQuery<'a>
impl<'a> UnwindSafe for GetMoodPlaylistsQuery<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)