pub enum Tip {
CheckpointAfterCapture,
QueryFromLog,
ConflictForStructured,
}Variants§
CheckpointAfterCapture
“tip: Git Overlay source history stays in direct Git commands.” Emitted after a successful capture.
QueryFromLog
“tip: heddle query searches saved change 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