pub struct GetMangaCustomLists {
pub manga_id: Uuid,
limit: Option<u32>,
offset: Option<u32>,
/* private fields */
}
Fields§
§manga_id: Uuid
§limit: Option<u32>
§offset: Option<u32>
Implementations§
Source§impl GetMangaCustomLists
impl GetMangaCustomLists
Sourcepub async fn send(&self) -> CustomListListResponse
pub async fn send(&self) -> CustomListListResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetMangaCustomLists
impl Clone for GetMangaCustomLists
Source§fn clone(&self) -> GetMangaCustomLists
fn clone(&self) -> GetMangaCustomLists
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 GetMangaCustomLists
impl Debug for GetMangaCustomLists
Auto Trait Implementations§
impl Freeze for GetMangaCustomLists
impl !RefUnwindSafe for GetMangaCustomLists
impl !Send for GetMangaCustomLists
impl !Sync for GetMangaCustomLists
impl Unpin for GetMangaCustomLists
impl !UnwindSafe for GetMangaCustomLists
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