Enum rustc::ty::fast_reject::SimplifiedType [] [src]

pub enum SimplifiedType {
    BoolSimplifiedType,
    CharSimplifiedType,
    IntSimplifiedType(IntTy),
    UintSimplifiedType(UintTy),
    FloatSimplifiedType(FloatTy),
    EnumSimplifiedType(DefId),
    StrSimplifiedType,
    VecSimplifiedType,
    PtrSimplifiedType,
    TupleSimplifiedType(usize),
    TraitSimplifiedType(DefId),
    StructSimplifiedType(DefId),
    ClosureSimplifiedType(DefId),
    FunctionSimplifiedType(usize),
    ParameterSimplifiedType,
}
Unstable (rustc_private)

See `simplify_type

Variants

BoolSimplifiedType
Unstable (rustc_private)
CharSimplifiedType
Unstable (rustc_private)
IntSimplifiedType(IntTy)
Unstable (rustc_private)
UintSimplifiedType(UintTy)
Unstable (rustc_private)
FloatSimplifiedType(FloatTy)
Unstable (rustc_private)
EnumSimplifiedType(DefId)
Unstable (rustc_private)
StrSimplifiedType
Unstable (rustc_private)
VecSimplifiedType
Unstable (rustc_private)
PtrSimplifiedType
Unstable (rustc_private)
TupleSimplifiedType(usize)
Unstable (rustc_private)
TraitSimplifiedType(DefId)
Unstable (rustc_private)
StructSimplifiedType(DefId)
Unstable (rustc_private)
ClosureSimplifiedType(DefId)
Unstable (rustc_private)
FunctionSimplifiedType(usize)
Unstable (rustc_private)
ParameterSimplifiedType
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Hash for SimplifiedType
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Eq for SimplifiedType
[src]

impl PartialEq for SimplifiedType
[src]

fn eq(&self, __arg_0: &SimplifiedType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &SimplifiedType) -> bool

This method tests for !=.

impl Debug for SimplifiedType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SimplifiedType
[src]

impl Clone for SimplifiedType
[src]

fn clone(&self) -> SimplifiedType

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more