Enum rustc_typeck::middle::infer::IntVarValueUnstable
[-] [+]
[src]
pub enum IntVarValue { IntType(IntTy), UintType(UintTy), }
Variants
IntType | |
UintType |
pub enum IntVarValue { IntType(IntTy), UintType(UintTy), }
IntType | |
UintType |
impl<'tcx> ToType<'tcx> for IntVarValue
impl Debug for IntVarValue
impl<'tcx> Repr<'tcx> for IntVarValue
impl PartialEq<IntVarValue> for IntVarValue
fn eq(&self, __arg_0: &IntVarValue) -> bool
fn ne(&self, __arg_0: &IntVarValue) -> bool
impl Copy for IntVarValue
impl Clone for IntVarValue
fn clone(&self) -> IntVarValue
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).