pub struct GitConfig { /* private fields */ }Implementations§
Source§impl GitConfig
impl GitConfig
pub fn commit(&self) -> bool
pub fn keep_changesets(&self) -> bool
pub fn tag_format(&self) -> TagFormat
pub fn commit_title_template(&self) -> &str
pub fn changes_in_body(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitConfig
impl RefUnwindSafe for GitConfig
impl Send for GitConfig
impl Sync for GitConfig
impl Unpin for GitConfig
impl UnsafeUnpin for GitConfig
impl UnwindSafe for GitConfig
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