Enum rustc::middle::mem_categorization::Categorization
[−]
[src]
pub enum Categorization<'tcx> {
Rvalue(Region),
StaticItem,
Upvar(Upvar),
Local(NodeId),
Deref(cmt<'tcx>, usize, PointerKind),
Interior(cmt<'tcx>, InteriorKind),
Downcast(cmt<'tcx>, DefId),
}Unstable (
rustc_private)Variants
Rvalue(Region)Unstable (
rustc_private)StaticItemUnstable (
rustc_private)Upvar(Upvar)Unstable (
rustc_private)Local(NodeId)Unstable (
rustc_private)Deref(cmt<'tcx>, usize, PointerKind)Unstable (
rustc_private)Interior(cmt<'tcx>, InteriorKind)Unstable (
rustc_private)Downcast(cmt<'tcx>, DefId)Unstable (
rustc_private)Trait Implementations
impl<'tcx> Debug for Categorization<'tcx>[src]
Derived Implementations
impl<'tcx> PartialEq for Categorization<'tcx>[src]
fn eq(&self, __arg_0: &Categorization<'tcx>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Categorization<'tcx>) -> bool
This method tests for !=.
impl<'tcx> Clone for Categorization<'tcx>[src]
fn clone(&self) -> Categorization<'tcx>
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