pub struct GetAnimeListBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetAnimeListBuilder<'a>
impl<'a> GetAnimeListBuilder<'a>
pub fn new(q: String) -> Self
pub fn q<T: Into<String>>(self, value: T) -> 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) -> Result<GetAnimeList, AnimeApiError>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GetAnimeListBuilder<'a>
impl<'a> RefUnwindSafe for GetAnimeListBuilder<'a>
impl<'a> Send for GetAnimeListBuilder<'a>
impl<'a> Sync for GetAnimeListBuilder<'a>
impl<'a> Unpin for GetAnimeListBuilder<'a>
impl<'a> UnwindSafe for GetAnimeListBuilder<'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