pub struct GetMangaListBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetMangaListBuilder<'a>
impl<'a> GetMangaListBuilder<'a>
pub fn new<T: Into<String>>(q: T) -> Self
pub fn q<T: Into<String>>(self, value: T) -> Self
pub fn enable_nsfw(self) -> Self
pub fn fields(self, value: &'a MangaCommonFields) -> Self
pub fn limit(self, value: u16) -> Self
pub fn offset(self, value: u32) -> Self
pub fn build(self) -> Result<GetMangaList, MangaApiError>
Auto Trait Implementations§
impl<'a> Freeze for GetMangaListBuilder<'a>
impl<'a> RefUnwindSafe for GetMangaListBuilder<'a>
impl<'a> Send for GetMangaListBuilder<'a>
impl<'a> Sync for GetMangaListBuilder<'a>
impl<'a> Unpin for GetMangaListBuilder<'a>
impl<'a> UnwindSafe for GetMangaListBuilder<'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