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