pub enum TimelineBranchReason {
EditFromRewoundCursor,
ExplicitFork,
Retry,
FanOut,
}Expand description
Why a timeline branch was created.
Variants§
Trait Implementations§
Source§impl Clone for TimelineBranchReason
impl Clone for TimelineBranchReason
Source§fn clone(&self) -> TimelineBranchReason
fn clone(&self) -> TimelineBranchReason
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 TimelineBranchReason
impl Debug for TimelineBranchReason
Source§impl<'de> Deserialize<'de> for TimelineBranchReason
impl<'de> Deserialize<'de> for TimelineBranchReason
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 TimelineBranchReason
Source§impl PartialEq for TimelineBranchReason
impl PartialEq for TimelineBranchReason
Source§fn eq(&self, other: &TimelineBranchReason) -> bool
fn eq(&self, other: &TimelineBranchReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TimelineBranchReason
impl Serialize for TimelineBranchReason
impl StructuralPartialEq for TimelineBranchReason
Auto Trait Implementations§
impl Freeze for TimelineBranchReason
impl RefUnwindSafe for TimelineBranchReason
impl Send for TimelineBranchReason
impl Sync for TimelineBranchReason
impl Unpin for TimelineBranchReason
impl UnsafeUnpin for TimelineBranchReason
impl UnwindSafe for TimelineBranchReason
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