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