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
BoolSimplifiedTypeUnstable (
rustc_private)CharSimplifiedTypeUnstable (
rustc_private)IntSimplifiedType(IntTy)Unstable (
rustc_private)UintSimplifiedType(UintTy)Unstable (
rustc_private)FloatSimplifiedType(FloatTy)Unstable (
rustc_private)EnumSimplifiedType(DefId)Unstable (
rustc_private)StrSimplifiedTypeUnstable (
rustc_private)VecSimplifiedTypeUnstable (
rustc_private)PtrSimplifiedTypeUnstable (
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)ParameterSimplifiedTypeUnstable (
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: Hasher1.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]
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