pub struct AnimeRanking {
pub data: Vec<AnimeRankingNode>,
pub paging: Paging,
}Fields§
§data: Vec<AnimeRankingNode>§paging: PagingTrait Implementations§
Source§impl Debug for AnimeRanking
impl Debug for AnimeRanking
Source§impl<'de> Deserialize<'de> for AnimeRanking
impl<'de> Deserialize<'de> for AnimeRanking
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AnimeRanking
impl Display for AnimeRanking
Source§impl PagingIter for AnimeRanking
impl PagingIter for AnimeRanking
Auto Trait Implementations§
impl Freeze for AnimeRanking
impl RefUnwindSafe for AnimeRanking
impl Send for AnimeRanking
impl Sync for AnimeRanking
impl Unpin for AnimeRanking
impl UnsafeUnpin for AnimeRanking
impl UnwindSafe for AnimeRanking
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