rustc_middle::query::queries::constness

Type Alias Value

Source
pub type Value<'tcx> = Constness;

Aliased Type§

enum Value<'tcx> {
    Const,
    NotConst,
}

Variants§

§

Const

§

NotConst

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1 byte

Size for each variant:

  • Const: 0 bytes
  • NotConst: 0 bytes

Trait Implementations

§

impl Clone for Constness

§

fn clone(&self) -> Constness

Returns a copy of the value. Read more
Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Constness

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<__D> Decodable<__D> for Constness
where __D: SpanDecoder,

§

fn decode(__decoder: &mut __D) -> Constness

§

impl Display for Constness

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<__E> Encodable<__E> for Constness
where __E: SpanEncoder,

§

fn encode(&self, __encoder: &mut __E)

Source§

impl EraseType for Constness

Source§

type Result = [u8; 1]

§

impl<__CTX> HashStable<__CTX> for Constness
where __CTX: HashStableContext,

§

fn hash_stable( &self, __hcx: &mut __CTX, __hasher: &mut StableHasher<SipHasher128>, )

Source§

impl ParameterizedOverTcx for Constness

Source§

type Value<'tcx> = Constness

§

impl PartialEq for Constness

§

fn eq(&self, other: &Constness) -> bool

Tests for self and other values to be equal, and is used by ==.
Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Constness

§

impl Eq for Constness

§

impl StructuralPartialEq for Constness