pub struct CoverBuilder {
http_client: HttpClientRef,
}
Expand description
Cover art endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl CoverBuilder
impl CoverBuilder
Sourcepub fn get(&self) -> ListCoverBuilder
pub fn get(&self) -> ListCoverBuilder
Search a list of cover art.
pub fn cover_id(&self, cover_id: Uuid) -> CoverIdEndpoint
pub fn manga_id(&self, manga_id: Uuid) -> MangaIdEndpoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoverBuilder
impl !RefUnwindSafe for CoverBuilder
impl !Send for CoverBuilder
impl !Sync for CoverBuilder
impl Unpin for CoverBuilder
impl !UnwindSafe for CoverBuilder
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