Struct cranelift_codegen::ir::ValueLabel [−][src]
pub struct ValueLabel(_);
Marked with a label value.
Implementations
impl ValueLabel[src]
impl ValueLabel[src]Trait Implementations
impl Clone for ValueLabel[src]
impl Clone for ValueLabel[src]fn clone(&self) -> ValueLabel[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for ValueLabel[src]
impl<'de> Deserialize<'de> for ValueLabel[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Hash for ValueLabel[src]
impl Hash for ValueLabel[src]impl PartialEq<ValueLabel> for ValueLabel[src]
impl PartialEq<ValueLabel> for ValueLabel[src]fn eq(&self, other: &ValueLabel) -> bool[src]
fn ne(&self, other: &ValueLabel) -> bool[src]
impl ReservedValue for ValueLabel[src]
impl ReservedValue for ValueLabel[src]fn reserved_value() -> ValueLabel[src]
fn is_reserved_value(&self) -> bool[src]
impl Serialize for ValueLabel[src]
impl Serialize for ValueLabel[src]impl Copy for ValueLabel[src]
impl Eq for ValueLabel[src]
impl StructuralEq for ValueLabel[src]
impl StructuralPartialEq for ValueLabel[src]
Auto Trait Implementations
impl RefUnwindSafe for ValueLabel
impl Send for ValueLabel
impl Sync for ValueLabel
impl Unpin for ValueLabel
impl UnwindSafe for ValueLabel
Blanket Implementations
impl<T> CallHasher for T where
T: Hash, [src]
impl<T> CallHasher for T where
T: Hash, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef, [src]
impl<T> SparseMapValue<T> for T where
T: EntityRef, [src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,