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