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