pub struct Episode {
pub inner: EpisodeShort,
pub crew: Vec<PersonShort>,
pub guest_stars: Vec<PersonShort>,
}Fields§
§inner: EpisodeShort§crew: Vec<PersonShort>§guest_stars: Vec<PersonShort>Trait Implementations§
source§impl<'de> Deserialize<'de> for Episode
impl<'de> Deserialize<'de> for Episode
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