pub enum Tip {
CheckpointAfterCapture,
QueryFromLog,
ConflictForStructured,
}Variants§
CheckpointAfterCapture
“tip: in Git Overlay, run heddle commit when the captured state is ready.”
Emitted after a successful capture in Git Overlay only.
QueryFromLog
“tip: heddle query --verb capture searches capture history.”
Emitted after the first heavy heddle log view.
ConflictForStructured
“tip: heddle resolve --output json returns conflicts as structured data.”
Emitted on a conflicted merge.
Implementations§
Trait Implementations§
impl Copy for Tip
impl Eq for Tip
impl StructuralPartialEq for Tip
Auto Trait Implementations§
impl Freeze for Tip
impl RefUnwindSafe for Tip
impl Send for Tip
impl Sync for Tip
impl Unpin for Tip
impl UnsafeUnpin for Tip
impl UnwindSafe for Tip
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