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 | |
dev | |
test | |
test_deps | |
bench | |
bench_deps | |
doc | |
custom_build |
Trait Implementations
Derived 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