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

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

Fields

release: Profile dev: Profile test: Profile test_deps: Profile bench: Profile bench_deps: Profile doc: Profile custom_build: Profile

Trait Implementations

impl Debug for Profiles
[src]

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

Formats the value using the given formatter.

impl Clone for Profiles
[src]

fn clone(&self) -> Profiles

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Profiles
[src]

fn default() -> Profiles

Returns the "default value" for a type. Read more