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