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