Enum chef::OptimisationProfile
source · pub enum OptimisationProfile {
Release,
Debug,
Other(String),
}Variants§
Trait Implementations§
source§impl Clone for OptimisationProfile
impl Clone for OptimisationProfile
source§fn clone(&self) -> OptimisationProfile
fn clone(&self) -> OptimisationProfile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OptimisationProfile
impl Debug for OptimisationProfile
source§impl PartialEq<OptimisationProfile> for OptimisationProfile
impl PartialEq<OptimisationProfile> for OptimisationProfile
source§fn eq(&self, other: &OptimisationProfile) -> bool
fn eq(&self, other: &OptimisationProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for OptimisationProfile
impl StructuralEq for OptimisationProfile
impl StructuralPartialEq for OptimisationProfile
Auto Trait Implementations§
impl RefUnwindSafe for OptimisationProfile
impl Send for OptimisationProfile
impl Sync for OptimisationProfile
impl Unpin for OptimisationProfile
impl UnwindSafe for OptimisationProfile
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.