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