pub struct MangaIdEndpoint {
http_client: HttpClientRef,
manga_id: Uuid,
}
Fields§
§http_client: HttpClientRef
§manga_id: Uuid
Implementations§
Source§impl MangaIdEndpoint
impl MangaIdEndpoint
pub fn post(&self) -> UploadCoverBuilder
Trait Implementations§
Source§impl Clone for MangaIdEndpoint
impl Clone for MangaIdEndpoint
Source§fn clone(&self) -> MangaIdEndpoint
fn clone(&self) -> MangaIdEndpoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for MangaIdEndpoint
impl !RefUnwindSafe for MangaIdEndpoint
impl !Send for MangaIdEndpoint
impl !Sync for MangaIdEndpoint
impl Unpin for MangaIdEndpoint
impl !UnwindSafe for MangaIdEndpoint
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