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§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more