pub struct ListIdEndpoint {
http_client: HttpClientRef,
id: Uuid,
list_id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
§list_id: Uuid
Implementations§
Source§impl ListIdEndpoint
impl ListIdEndpoint
pub fn delete(&self) -> RemoveMangaFromCustomListBuilder
pub fn post(&self) -> AddMangaToCustomListBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListIdEndpoint
impl !RefUnwindSafe for ListIdEndpoint
impl !Send for ListIdEndpoint
impl !Sync for ListIdEndpoint
impl Unpin for ListIdEndpoint
impl !UnwindSafe for ListIdEndpoint
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