Enum move_lang::diagnostics::codes::BytecodeGeneration
source · #[repr(u8)]
pub enum BytecodeGeneration {
DontStartAtZeroPlaceholder,
UnfoldableConstant,
}
Variants§
Trait Implementations§
source§impl Clone for BytecodeGeneration
impl Clone for BytecodeGeneration
source§fn clone(&self) -> BytecodeGeneration
fn clone(&self) -> BytecodeGeneration
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 BytecodeGeneration
impl Debug for BytecodeGeneration
source§impl DiagnosticCode for BytecodeGeneration
impl DiagnosticCode for BytecodeGeneration
source§impl Hash for BytecodeGeneration
impl Hash for BytecodeGeneration
source§impl PartialEq<BytecodeGeneration> for BytecodeGeneration
impl PartialEq<BytecodeGeneration> for BytecodeGeneration
source§fn eq(&self, other: &BytecodeGeneration) -> bool
fn eq(&self, other: &BytecodeGeneration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BytecodeGeneration
impl Eq for BytecodeGeneration
impl StructuralEq for BytecodeGeneration
impl StructuralPartialEq for BytecodeGeneration
Auto Trait Implementations§
impl RefUnwindSafe for BytecodeGeneration
impl Send for BytecodeGeneration
impl Sync for BytecodeGeneration
impl Unpin for BytecodeGeneration
impl UnwindSafe for BytecodeGeneration
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.