pub struct Recommendations {
pub node: AnimeFields,
pub num_recommendations: u32,
}Fields§
§node: AnimeFields§num_recommendations: u32Trait Implementations§
Source§impl Debug for Recommendations
impl Debug for Recommendations
Source§impl<'de> Deserialize<'de> for Recommendations
impl<'de> Deserialize<'de> for Recommendations
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 Recommendations
impl Display for Recommendations
Auto Trait Implementations§
impl Freeze for Recommendations
impl RefUnwindSafe for Recommendations
impl Send for Recommendations
impl Sync for Recommendations
impl Unpin for Recommendations
impl UnwindSafe for Recommendations
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