Struct ytmapi_rs::query::SetTasteProfileQuery
source · pub struct SetTasteProfileQuery<'a, I>{ /* private fields */ }Implementations§
source§impl<'a, I> SetTasteProfileQuery<'a, I>
impl<'a, I> SetTasteProfileQuery<'a, I>
pub fn new<II: IntoIterator<IntoIter = I>>(taste_tokens: II) -> Self
Trait Implementations§
source§impl<'a, I> Clone for SetTasteProfileQuery<'a, I>
impl<'a, I> Clone for SetTasteProfileQuery<'a, I>
source§fn clone(&self) -> SetTasteProfileQuery<'a, I>
fn clone(&self) -> SetTasteProfileQuery<'a, I>
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, I> ParseFrom<SetTasteProfileQuery<'a, I>> for ()
impl<'a, I> ParseFrom<SetTasteProfileQuery<'a, I>> for ()
fn parse_from( _: ProcessedResult<'_, SetTasteProfileQuery<'a, I>>, ) -> Result<Self>
source§impl<'a, I> PostQuery for SetTasteProfileQuery<'a, I>
impl<'a, I> PostQuery for SetTasteProfileQuery<'a, I>
Auto Trait Implementations§
impl<'a, I> Freeze for SetTasteProfileQuery<'a, I>where
I: Freeze,
impl<'a, I> RefUnwindSafe for SetTasteProfileQuery<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for SetTasteProfileQuery<'a, I>where
I: Send,
impl<'a, I> Sync for SetTasteProfileQuery<'a, I>where
I: Sync,
impl<'a, I> Unpin for SetTasteProfileQuery<'a, I>where
I: Unpin,
impl<'a, I> UnwindSafe for SetTasteProfileQuery<'a, I>where
I: UnwindSafe,
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)