pub enum WarpsTypeContent {
Timeline(TimelineType),
Lanes(LanesType),
Notes(NotesType),
Clips(ClipsType),
ClipSlot(ClipSlotType),
Markers(MarkersType),
Warps(WarpsType),
Audio(AudioType),
Video(AudioType),
Points(PointsType),
Warp(WarpType),
}Variants§
Timeline(TimelineType)
Lanes(LanesType)
Notes(NotesType)
Clips(ClipsType)
ClipSlot(ClipSlotType)
Markers(MarkersType)
Warps(WarpsType)
Audio(AudioType)
Video(AudioType)
Points(PointsType)
Warp(WarpType)
Trait Implementations§
Source§impl Clone for WarpsTypeContent
impl Clone for WarpsTypeContent
Source§fn clone(&self) -> WarpsTypeContent
fn clone(&self) -> WarpsTypeContent
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 WarpsTypeContent
impl Debug for WarpsTypeContent
Source§impl<'de> Deserialize<'de> for WarpsTypeContent
impl<'de> Deserialize<'de> for WarpsTypeContent
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 WarpsTypeContent
impl PartialEq for WarpsTypeContent
Source§fn eq(&self, other: &WarpsTypeContent) -> bool
fn eq(&self, other: &WarpsTypeContent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WarpsTypeContent
impl Serialize for WarpsTypeContent
impl StructuralPartialEq for WarpsTypeContent
Auto Trait Implementations§
impl Freeze for WarpsTypeContent
impl RefUnwindSafe for WarpsTypeContent
impl Send for WarpsTypeContent
impl Sync for WarpsTypeContent
impl Unpin for WarpsTypeContent
impl UnsafeUnpin for WarpsTypeContent
impl UnwindSafe for WarpsTypeContent
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