Struct cargo::core::manifest::Profiles [] [src]

pub struct Profiles {
    pub release: Profile,
    pub dev: Profile,
    pub test: Profile,
    pub bench: Profile,
    pub doc: Profile,
    pub custom_build: Profile,
}

Fields

release
dev
test
bench
doc
custom_build

Trait Implementations

Derived Implementations

impl Debug for Profiles

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Profiles

fn clone(&self) -> Profiles

fn clone_from(&mut self, source: &Self)

impl Default for Profiles

fn default() -> Profiles