pub struct AtHomeBuilder {
http_client: HttpClientRef,
}
Expand description
MangaDex@Home endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl AtHomeBuilder
impl AtHomeBuilder
Sourcepub fn server(&self) -> ServerEndPoint
pub fn server(&self) -> ServerEndPoint
Get a MangaDex@Home server URL.
https://api.mangadex.org/swagger.html#/AtHome/get-at-home-server-chapterId
This can be used to fetch chapter pages.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtHomeBuilder
impl !RefUnwindSafe for AtHomeBuilder
impl !Send for AtHomeBuilder
impl !Sync for AtHomeBuilder
impl Unpin for AtHomeBuilder
impl !UnwindSafe for AtHomeBuilder
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