Struct cargo_temp::config::Config[][src]

pub struct Config {
    pub cargo_target_dir: Option<String>,
    pub editor: Option<String>,
    pub editor_args: Option<Vec<String>>,
    pub temporary_project_dir: PathBuf,
    pub git_repo_depth: Option<Depth>,
    pub vcs: Option<String>,
    pub subprocesses: Vec<SubProcess>,
}

Fields

cargo_target_dir: Option<String>editor: Option<String>editor_args: Option<Vec<String>>temporary_project_dir: PathBufgit_repo_depth: Option<Depth>vcs: Option<String>subprocesses: Vec<SubProcess>

Implementations

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.