pub struct Config {
Show 25 fields pub is_workspace: bool, pub allow_branch: Option<Vec<String>>, pub sign_commit: Option<bool>, pub sign_tag: Option<bool>, pub push_remote: Option<String>, pub registry: Option<String>, pub release: Option<bool>, pub publish: Option<bool>, pub verify: Option<bool>, pub owners: Option<Vec<String>>, pub push: Option<bool>, pub push_options: Option<Vec<String>>, pub shared_version: Option<SharedVersion>, pub consolidate_commits: Option<bool>, pub pre_release_commit_message: Option<String>, pub pre_release_replacements: Option<Vec<Replace>>, pub pre_release_hook: Option<Command>, pub tag_message: Option<String>, pub tag_prefix: Option<String>, pub tag_name: Option<String>, pub tag: Option<bool>, pub enable_features: Option<Vec<String>>, pub enable_all_features: Option<bool>, pub dependent_version: Option<DependentVersion>, pub target: Option<String>,
}

Fields§

§is_workspace: bool§allow_branch: Option<Vec<String>>§sign_commit: Option<bool>§sign_tag: Option<bool>§push_remote: Option<String>§registry: Option<String>§release: Option<bool>§publish: Option<bool>§verify: Option<bool>§owners: Option<Vec<String>>§push: Option<bool>§push_options: Option<Vec<String>>§shared_version: Option<SharedVersion>§consolidate_commits: Option<bool>§pre_release_commit_message: Option<String>§pre_release_replacements: Option<Vec<Replace>>§pre_release_hook: Option<Command>§tag_message: Option<String>§tag_prefix: Option<String>§tag_name: Option<String>§tag: Option<bool>§enable_features: Option<Vec<String>>§enable_all_features: Option<bool>§dependent_version: Option<DependentVersion>§target: Option<String>

Implementations§

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.