pub struct MangaIdEndpoint {
http_client: HttpClientRef,
manga_id: Uuid,
}
Fields§
§http_client: HttpClientRef
§manga_id: Uuid
Implementations§
Source§impl MangaIdEndpoint
impl MangaIdEndpoint
pub fn delete(&self) -> DeleteMangaRatingBuilder
pub fn post(&self) -> CreateUpdateMangaRatingBuilder
Trait Implementations§
Auto 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