Struct cargo_update::ConfigOptions [−][src]
pub struct ConfigOptions {
pub crates_file: (String, PathBuf),
pub package: String,
pub ops: Vec<ConfigOperation>,
}Expand description
Representation of the config application’s all configurable values.
Fields
crates_file: (String, PathBuf)The config file in the cargo home directory.
Default: in "$CARGO_INSTALL_ROOT", then "$CARGO_HOME", then "$HOME/.cargo"
package: StringCrate to modify config for
ops: Vec<ConfigOperation>What to do to the config, or display with empty
Implementations
Parse env-wide command-line arguments into a ConfigOptions instance
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConfigOptions
impl Send for ConfigOptions
impl Sync for ConfigOptions
impl Unpin for ConfigOptions
impl UnwindSafe for ConfigOptions
Blanket Implementations
Mutably borrows from an owned value. Read more