pub struct AnimeListNode {
pub node: AnimeFields,
pub list_status: Option<AnimeListStatus>,
}Fields§
§node: AnimeFields§list_status: Option<AnimeListStatus>This field is only present when querying for a User’s anime list
Trait Implementations§
Source§impl Debug for AnimeListNode
impl Debug for AnimeListNode
Source§impl<'de> Deserialize<'de> for AnimeListNode
impl<'de> Deserialize<'de> for AnimeListNode
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 AnimeListNode
impl Display for AnimeListNode
Auto Trait Implementations§
impl Freeze for AnimeListNode
impl RefUnwindSafe for AnimeListNode
impl Send for AnimeListNode
impl Sync for AnimeListNode
impl Unpin for AnimeListNode
impl UnsafeUnpin for AnimeListNode
impl UnwindSafe for AnimeListNode
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