pub struct GetAnimeRankingBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetAnimeRankingBuilder<'a>
impl<'a> GetAnimeRankingBuilder<'a>
pub fn new(ranking_type: RankingType) -> Self
pub fn ranking_type(self, value: RankingType) -> Self
pub fn enable_nsfw(self) -> Self
pub fn limit(self, value: u16) -> Self
pub fn offset(self, value: u32) -> Self
pub fn fields(self, value: &'a AnimeCommonFields) -> Self
pub fn build(self) -> GetAnimeRanking
Auto Trait Implementations§
impl<'a> Freeze for GetAnimeRankingBuilder<'a>
impl<'a> RefUnwindSafe for GetAnimeRankingBuilder<'a>
impl<'a> Send for GetAnimeRankingBuilder<'a>
impl<'a> Sync for GetAnimeRankingBuilder<'a>
impl<'a> Unpin for GetAnimeRankingBuilder<'a>
impl<'a> UnsafeUnpin for GetAnimeRankingBuilder<'a>
impl<'a> UnwindSafe for GetAnimeRankingBuilder<'a>
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