Struct google_transcoder1_beta1::api::Overlay
source · [−]Expand description
Overlay configuration.
This type is not used in any activity, and only used as part of another schema.
Fields
animations: Option<Vec<Animation>>
List of Animations. The list should be chronological, without any time overlap.
image: Option<Image>
Image overlay.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Overlay
impl<'de> Deserialize<'de> for Overlay
sourcefn 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 Overlay
Auto Trait Implementations
impl RefUnwindSafe for Overlay
impl Send for Overlay
impl Sync for Overlay
impl Unpin for Overlay
impl UnwindSafe for Overlay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more