pub enum VideoStoryboard {
VideoStoryboard(VideoStoryboard),
}Variants§
VideoStoryboard(VideoStoryboard)
Describes a storyboard for a video
Trait Implementations§
Source§impl Clone for VideoStoryboard
impl Clone for VideoStoryboard
Source§fn clone(&self) -> VideoStoryboard
fn clone(&self) -> VideoStoryboard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoStoryboard
impl Debug for VideoStoryboard
Source§impl<'de> Deserialize<'de> for VideoStoryboard
impl<'de> Deserialize<'de> for VideoStoryboard
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
Source§impl PartialEq for VideoStoryboard
impl PartialEq for VideoStoryboard
Source§fn eq(&self, other: &VideoStoryboard) -> bool
fn eq(&self, other: &VideoStoryboard) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VideoStoryboard
impl Serialize for VideoStoryboard
impl StructuralPartialEq for VideoStoryboard
Auto Trait Implementations§
impl Freeze for VideoStoryboard
impl RefUnwindSafe for VideoStoryboard
impl Send for VideoStoryboard
impl Sync for VideoStoryboard
impl Unpin for VideoStoryboard
impl UnsafeUnpin for VideoStoryboard
impl UnwindSafe for VideoStoryboard
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