Struct cargo_toml::TomlProfile[][src]

pub struct TomlProfile {
    pub opt_level: Option<String>,
    pub debug: Option<bool>,
    pub rpath: Option<bool>,
    pub lto: Option<Value>,
    pub debug_assertions: Option<bool>,
    pub codegen_units: Option<u16>,
    pub panic: Option<String>,
    pub incremental: Option<bool>,
    pub overflow_checks: Option<bool>,
}

Fields

Trait Implementations

impl Clone for TomlProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TomlProfile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TomlProfile

impl Sync for TomlProfile