Struct google_transcoder1_beta1::api::Animation [−][src]
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
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
Auto Trait Implementations
impl RefUnwindSafe for Animation
impl UnwindSafe for Animation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more