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