pub struct RootChangesetConfig { /* private fields */ }Implementations§
Source§impl RootChangesetConfig
impl RootChangesetConfig
pub fn ignored_files(&self) -> &GlobSet
pub fn is_ignored(&self, path: &Path) -> bool
pub fn changeset_dir(&self) -> &Path
pub fn changelog_config(&self) -> &ChangelogConfig
pub fn git_config(&self) -> &GitConfig
pub fn zero_version_behavior(&self) -> ZeroVersionBehavior
pub fn dependency_bump_changelog_template(&self) -> &str
pub fn base_branch(&self) -> &str
pub fn none_bump_behavior(&self) -> NoneBumpBehavior
pub fn none_bump_promote_message_template(&self) -> &str
Trait Implementations§
Source§impl Clone for RootChangesetConfig
impl Clone for RootChangesetConfig
Source§fn clone(&self) -> RootChangesetConfig
fn clone(&self) -> RootChangesetConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RootChangesetConfig
impl Debug for RootChangesetConfig
Auto Trait Implementations§
impl Freeze for RootChangesetConfig
impl RefUnwindSafe for RootChangesetConfig
impl Send for RootChangesetConfig
impl Sync for RootChangesetConfig
impl Unpin for RootChangesetConfig
impl UnsafeUnpin for RootChangesetConfig
impl UnwindSafe for RootChangesetConfig
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