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