pub struct GetMangaReadChapters {
pub manga_id: Uuid,
/* private fields */
}
Fields§
§manga_id: Uuid
Implementations§
Source§impl GetMangaReadChapters
impl GetMangaReadChapters
Sourcepub async fn send(&self) -> UngroupedMangaReadMarkersResponse
pub async fn send(&self) -> UngroupedMangaReadMarkersResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetMangaReadChapters
impl Clone for GetMangaReadChapters
Source§fn clone(&self) -> GetMangaReadChapters
fn clone(&self) -> GetMangaReadChapters
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetMangaReadChapters
impl Debug for GetMangaReadChapters
Source§impl Endpoint for GetMangaReadChapters
impl Endpoint for GetMangaReadChapters
Auto Trait Implementations§
impl Freeze for GetMangaReadChapters
impl !RefUnwindSafe for GetMangaReadChapters
impl !Send for GetMangaReadChapters
impl !Sync for GetMangaReadChapters
impl Unpin for GetMangaReadChapters
impl !UnwindSafe for GetMangaReadChapters
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