pub struct GetYourMangaRatings {
pub manga: Vec<Uuid>,
/* private fields */
}
Fields§
§manga: Vec<Uuid>
Implementations§
Source§impl GetYourMangaRatings
impl GetYourMangaRatings
Sourcepub async fn send(&self) -> RatingsResponse
pub async fn send(&self) -> RatingsResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetYourMangaRatings
impl Clone for GetYourMangaRatings
Source§fn clone(&self) -> GetYourMangaRatings
fn clone(&self) -> GetYourMangaRatings
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 GetYourMangaRatings
impl Debug for GetYourMangaRatings
Source§impl Default for GetYourMangaRatings
impl Default for GetYourMangaRatings
Source§fn default() -> GetYourMangaRatings
fn default() -> GetYourMangaRatings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetYourMangaRatings
impl !RefUnwindSafe for GetYourMangaRatings
impl !Send for GetYourMangaRatings
impl !Sync for GetYourMangaRatings
impl Unpin for GetYourMangaRatings
impl !UnwindSafe for GetYourMangaRatings
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