pub struct MangaBuilder {
http_client: HttpClientRef,
}
Expand description
Manga endpoint handler.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl MangaBuilder
impl MangaBuilder
pub fn draft(&self) -> DraftEndpoint
pub fn get(&self) -> ListMangaBuilder
pub fn id(&self, id: Uuid) -> IdEndpoint
pub fn manga_id(&self, manga_id: Uuid) -> MangaIdEndpoint
pub fn post(&self) -> CreateMangaBuilder
pub fn random(&self) -> RandomEndpoint
pub fn read(&self) -> ReadEndpoint
pub fn status(&self) -> StatusEndpoint
pub fn tag(&self) -> TagEndpoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MangaBuilder
impl !RefUnwindSafe for MangaBuilder
impl !Send for MangaBuilder
impl !Sync for MangaBuilder
impl Unpin for MangaBuilder
impl !UnwindSafe for MangaBuilder
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