pub enum TimelineCursorMoveReason {
SeekToolCall,
Undo,
Redo,
Reset,
AutoAdvance,
}Expand description
Why the timeline cursor moved.
Variants§
Trait Implementations§
Source§impl Clone for TimelineCursorMoveReason
impl Clone for TimelineCursorMoveReason
Source§fn clone(&self) -> TimelineCursorMoveReason
fn clone(&self) -> TimelineCursorMoveReason
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 TimelineCursorMoveReason
impl Debug for TimelineCursorMoveReason
Source§impl<'de> Deserialize<'de> for TimelineCursorMoveReason
impl<'de> Deserialize<'de> for TimelineCursorMoveReason
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 Eq for TimelineCursorMoveReason
Source§impl PartialEq for TimelineCursorMoveReason
impl PartialEq for TimelineCursorMoveReason
Source§fn eq(&self, other: &TimelineCursorMoveReason) -> bool
fn eq(&self, other: &TimelineCursorMoveReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TimelineCursorMoveReason
impl Serialize for TimelineCursorMoveReason
impl StructuralPartialEq for TimelineCursorMoveReason
Auto Trait Implementations§
impl Freeze for TimelineCursorMoveReason
impl RefUnwindSafe for TimelineCursorMoveReason
impl Send for TimelineCursorMoveReason
impl Sync for TimelineCursorMoveReason
impl Unpin for TimelineCursorMoveReason
impl UnsafeUnpin for TimelineCursorMoveReason
impl UnwindSafe for TimelineCursorMoveReason
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