pub struct MergeCommand<'a> { /* private fields */ }
Expand description
A command which has been prepared to create a merge commit.
Implementations§
Source§impl MergeCommand<'_>
impl MergeCommand<'_>
Set the authorship of the merge.
Set the authorship date of the merge.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MergeCommand<'a>
impl<'a> !RefUnwindSafe for MergeCommand<'a>
impl<'a> Send for MergeCommand<'a>
impl<'a> Sync for MergeCommand<'a>
impl<'a> Unpin for MergeCommand<'a>
impl<'a> !UnwindSafe for MergeCommand<'a>
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