Enum cargo_eval::config::UnstableFlags
source · pub enum UnstableFlags {
Eval,
Loop,
Polyfill,
}Variants§
Trait Implementations§
source§impl Clone for UnstableFlags
impl Clone for UnstableFlags
source§fn clone(&self) -> UnstableFlags
fn clone(&self) -> UnstableFlags
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 UnstableFlags
impl Debug for UnstableFlags
source§impl PartialEq<UnstableFlags> for UnstableFlags
impl PartialEq<UnstableFlags> for UnstableFlags
source§fn eq(&self, other: &UnstableFlags) -> bool
fn eq(&self, other: &UnstableFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ValueEnum for UnstableFlags
impl ValueEnum for UnstableFlags
impl Copy for UnstableFlags
impl Eq for UnstableFlags
impl StructuralEq for UnstableFlags
impl StructuralPartialEq for UnstableFlags
Auto Trait Implementations§
impl RefUnwindSafe for UnstableFlags
impl Send for UnstableFlags
impl Sync for UnstableFlags
impl Unpin for UnstableFlags
impl UnwindSafe for UnstableFlags
Blanket Implementations§
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.