pub enum GitOpKind {
Commit,
Push,
PrCreate,
PrMerge,
BranchCreate,
BranchSwitch,
Merge,
Rebase,
Stash,
Tag,
}Variants§
Trait Implementations§
impl Eq for GitOpKind
impl StructuralPartialEq for GitOpKind
Auto Trait Implementations§
impl Freeze for GitOpKind
impl RefUnwindSafe for GitOpKind
impl Send for GitOpKind
impl Sync for GitOpKind
impl Unpin for GitOpKind
impl UnsafeUnpin for GitOpKind
impl UnwindSafe for GitOpKind
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