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