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