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
impl Part for Animation
Auto Trait Implementations§
impl RefUnwindSafe for Animation
impl Send for Animation
impl Sync for Animation
impl Unpin for Animation
impl UnwindSafe for Animation
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