Enum cargo_gazelle::targets::MacroOption
source · enum MacroOption {
Normal,
ProcMacro,
NormalDev,
ProcMacroDev,
Build,
BuildProcMacro,
}
Variants§
Trait Implementations§
source§impl Debug for MacroOption
impl Debug for MacroOption
source§impl Ord for MacroOption
impl Ord for MacroOption
source§fn cmp(&self, other: &MacroOption) -> Ordering
fn cmp(&self, other: &MacroOption) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MacroOption
impl PartialEq for MacroOption
source§impl PartialOrd for MacroOption
impl PartialOrd for MacroOption
source§impl ToBazelDefinition for MacroOption
impl ToBazelDefinition for MacroOption
impl Eq for MacroOption
impl StructuralPartialEq for MacroOption
Auto Trait Implementations§
impl Freeze for MacroOption
impl RefUnwindSafe for MacroOption
impl Send for MacroOption
impl Sync for MacroOption
impl Unpin for MacroOption
impl UnwindSafe for MacroOption
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> Comparable<K> for Q
impl<Q, K> Comparable<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.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.