pub struct GetUserAnimeListBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetUserAnimeListBuilder<'a>
impl<'a> GetUserAnimeListBuilder<'a>
pub fn new<T: Into<String>>(user_name: T) -> Self
pub fn user_name<T: Into<String>>(self, value: T) -> Self
pub fn enable_nsfw(self) -> Self
pub fn fields(self, value: &'a AnimeCommonFields) -> Self
pub fn status(self, value: UserAnimeListStatus) -> Self
pub fn sort(self, value: UserAnimeListSort) -> Self
pub fn limit(self, value: u16) -> Self
pub fn offset(self, value: u32) -> Self
pub fn build(self) -> Result<GetUserAnimeList, AnimeApiError>
Auto Trait Implementations§
impl<'a> Freeze for GetUserAnimeListBuilder<'a>
impl<'a> RefUnwindSafe for GetUserAnimeListBuilder<'a>
impl<'a> Send for GetUserAnimeListBuilder<'a>
impl<'a> Sync for GetUserAnimeListBuilder<'a>
impl<'a> Unpin for GetUserAnimeListBuilder<'a>
impl<'a> UnwindSafe for GetUserAnimeListBuilder<'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