Struct google_transcoder1::api::Overlay
source · pub struct Overlay {
pub animations: Option<Vec<Animation>>,
pub image: Option<Image>,
}
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§
source§impl<'de> Deserialize<'de> for Overlay
impl<'de> Deserialize<'de> for Overlay
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 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§
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