pub struct TrendingBuilder { /* private fields */ }Implementations§
Source§impl TrendingBuilder
impl TrendingBuilder
pub fn with_language(self, lang: Language) -> Self
pub fn since(self, since: Since) -> Self
pub fn with_spoken_language(self, spoken_language: SpokenLanguage) -> Self
pub async fn repositories(self) -> Result<Trending<Repository>, Error>
Auto Trait Implementations§
impl Freeze for TrendingBuilder
impl !RefUnwindSafe for TrendingBuilder
impl Send for TrendingBuilder
impl Sync for TrendingBuilder
impl Unpin for TrendingBuilder
impl !UnwindSafe for TrendingBuilder
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