Enum chef::OptimisationProfile [−][src]
pub enum OptimisationProfile {
Release,
Debug,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OptimisationProfileimpl Send for OptimisationProfileimpl Sync for OptimisationProfileimpl Unpin for OptimisationProfileimpl UnwindSafe for OptimisationProfileBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.