pub struct Options {Show 27 fields
pub dry_run: bool,
pub allow_dirty: bool,
pub ignore_instability: bool,
pub skip_publish: bool,
pub dry_run_cargo_publish: bool,
pub conservative_pre_release_version_handling: bool,
pub no_verify: bool,
pub skip_tag: bool,
pub allow_auto_publish_of_stable_crates: bool,
pub update_crates_index: bool,
pub bump_when_needed: bool,
pub verbose: bool,
pub skip_push: bool,
pub dependencies: bool,
pub isolate_dependencies_from_breaking_changes: bool,
pub changelog: bool,
pub preview: bool,
pub generator_segments: Selection,
pub allow_fully_generated_changelogs: bool,
pub allow_empty_release_message: bool,
pub changelog_links: bool,
pub allow_changelog_github_release: bool,
pub capitalize_commit: bool,
pub registry: Option<String>,
pub target: Option<String>,
pub signoff: bool,
pub commit_prefix: Option<String>,
}Fields§
§dry_run: bool§allow_dirty: bool§ignore_instability: bool§skip_publish: bool§dry_run_cargo_publish: bool§conservative_pre_release_version_handling: bool§no_verify: boolPass –no-verify unconditionally to cargo publish. Really just for fixing things
skip_tag: bool§allow_auto_publish_of_stable_crates: bool§update_crates_index: bool§bump_when_needed: bool§verbose: bool§skip_push: bool§dependencies: bool§isolate_dependencies_from_breaking_changes: bool§changelog: bool§preview: bool§generator_segments: Selection§allow_fully_generated_changelogs: bool§allow_empty_release_message: bool§changelog_links: bool§allow_changelog_github_release: bool§capitalize_commit: bool§registry: Option<String>§target: Option<String>§signoff: bool§commit_prefix: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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