pub enum PrepareCommitMsgSource {
Message,
Template,
Merge,
Squash,
Commit(Oid),
}
Expand description
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for PrepareCommitMsgSource
impl Send for PrepareCommitMsgSource
impl Sync for PrepareCommitMsgSource
impl Unpin for PrepareCommitMsgSource
impl UnwindSafe for PrepareCommitMsgSource
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