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: Profile
dev: Profile
test: Profile
bench: Profile
doc: Profile
custom_build: Profile
Trait Implementations
impl Debug for Profiles[src]
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