pub enum TimelineLabel {
RepoReversible,
ExternalSideEffectsUnknown,
IgnoredPathTouched,
OutsideRepoTouched,
PurgeBoundary,
CaptureFailed,
}Expand description
Safety labels attached to timeline operations.
Variants§
RepoReversible
ExternalSideEffectsUnknown
IgnoredPathTouched
OutsideRepoTouched
PurgeBoundary
CaptureFailed
Trait Implementations§
Source§impl Clone for TimelineLabel
impl Clone for TimelineLabel
Source§fn clone(&self) -> TimelineLabel
fn clone(&self) -> TimelineLabel
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 TimelineLabel
impl Debug for TimelineLabel
Source§impl<'de> Deserialize<'de> for TimelineLabel
impl<'de> Deserialize<'de> for TimelineLabel
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 TimelineLabel
Source§impl PartialEq for TimelineLabel
impl PartialEq for TimelineLabel
Source§fn eq(&self, other: &TimelineLabel) -> bool
fn eq(&self, other: &TimelineLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TimelineLabel
impl Serialize for TimelineLabel
impl StructuralPartialEq for TimelineLabel
Auto Trait Implementations§
impl Freeze for TimelineLabel
impl RefUnwindSafe for TimelineLabel
impl Send for TimelineLabel
impl Sync for TimelineLabel
impl Unpin for TimelineLabel
impl UnsafeUnpin for TimelineLabel
impl UnwindSafe for TimelineLabel
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