pub struct GitCommit<'a> { /* private fields */ }
Implementations§
Source§impl<'a> GitCommit<'a>
impl<'a> GitCommit<'a>
pub fn new(repo_base: &'a Path, commit_type: CommitType) -> Self
pub fn get_commit_msg(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GitCommit<'a>
impl<'a> RefUnwindSafe for GitCommit<'a>
impl<'a> Send for GitCommit<'a>
impl<'a> Sync for GitCommit<'a>
impl<'a> Unpin for GitCommit<'a>
impl<'a> UnwindSafe for GitCommit<'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