pub struct MangaStatisticsObject {
pub result: ResultType,
pub statistics: HashMap<Uuid, MangaStatistics>,
}
Fields§
§result: ResultType
§statistics: HashMap<Uuid, MangaStatistics>
JSON object of MangaId-StatisticsObject
.
Trait Implementations§
Source§impl Clone for MangaStatisticsObject
impl Clone for MangaStatisticsObject
Source§fn clone(&self) -> MangaStatisticsObject
fn clone(&self) -> MangaStatisticsObject
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 MangaStatisticsObject
impl Debug for MangaStatisticsObject
Source§impl<'de> Deserialize<'de> for MangaStatisticsObject
impl<'de> Deserialize<'de> for MangaStatisticsObject
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MangaStatisticsObject, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MangaStatisticsObject, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromResponse for MangaStatisticsObject
impl FromResponse for MangaStatisticsObject
type Response = MangaStatisticsObject
fn from_response( value: <MangaStatisticsObject as FromResponse>::Response, ) -> MangaStatisticsObject
Auto Trait Implementations§
impl Freeze for MangaStatisticsObject
impl RefUnwindSafe for MangaStatisticsObject
impl Send for MangaStatisticsObject
impl Sync for MangaStatisticsObject
impl Unpin for MangaStatisticsObject
impl UnwindSafe for MangaStatisticsObject
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