pub struct TrendingParameters { /* private fields */ }Implementations§
Source§impl TrendingParameters
impl TrendingParameters
pub fn with_language(&mut self, lang: Language) -> &mut Self
pub fn since(&mut self, since: Since) -> &mut Self
pub fn with_spoken_language( &mut self, spoken_language: SpokenLanguage, ) -> &mut Self
Trait Implementations§
Source§impl Clone for TrendingParameters
impl Clone for TrendingParameters
Source§fn clone(&self) -> TrendingParameters
fn clone(&self) -> TrendingParameters
Returns a duplicate 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 Debug for TrendingParameters
impl Debug for TrendingParameters
Source§impl Default for TrendingParameters
impl Default for TrendingParameters
Source§fn default() -> TrendingParameters
fn default() -> TrendingParameters
Returns the “default value” for a type. Read more
impl Copy for TrendingParameters
Auto Trait Implementations§
impl Freeze for TrendingParameters
impl RefUnwindSafe for TrendingParameters
impl Send for TrendingParameters
impl Sync for TrendingParameters
impl Unpin for TrendingParameters
impl UnwindSafe for TrendingParameters
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