Struct cargo_toml::TomlProfiles[][src]

pub struct TomlProfiles {
    pub release: Option<TomlProfile>,
    pub dev: Option<TomlProfile>,
    pub test: Option<TomlProfile>,
    pub bench: Option<TomlProfile>,
    pub doc: Option<TomlProfile>,
}

Fields

Trait Implementations

impl Clone for TomlProfiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TomlProfiles
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations