Struct google_transcoder1::api::Animation
source · pub struct Animation {
pub animation_end: Option<AnimationEnd>,
pub animation_fade: Option<AnimationFade>,
pub animation_static: Option<AnimationStatic>,
}
Expand description
Animation types.
This type is not used in any activity, and only used as part of another schema.
Fields§
§animation_end: Option<AnimationEnd>
End previous animation.
animation_fade: Option<AnimationFade>
Display overlay object with fade animation.
animation_static: Option<AnimationStatic>
Display static overlay object.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Animation
impl<'de> Deserialize<'de> for Animation
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