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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for OptimisationProfile
impl PartialEq for OptimisationProfile
impl Eq for OptimisationProfile
impl StructuralPartialEq for OptimisationProfile
Auto Trait Implementations§
impl Freeze for OptimisationProfile
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.