Enum rustc_metadata::common::astencode_tag
[−]
[src]
pub enum astencode_tag {
tag_ast,
tag_tree,
tag_mir,
tag_table,
tag_table_def,
tag_table_node_type,
tag_table_item_subst,
tag_table_freevars,
tag_table_method_map,
tag_table_adjustments,
tag_table_upvar_capture_map,
tag_table_const_qualif,
tag_table_cast_kinds,
}Unstable (
rustc_private)Variants
tag_astUnstable (
rustc_private)tag_treeUnstable (
rustc_private)tag_mirUnstable (
rustc_private)tag_tableUnstable (
rustc_private)tag_table_defUnstable (
rustc_private)tag_table_node_typeUnstable (
rustc_private)tag_table_item_substUnstable (
rustc_private)tag_table_freevarsUnstable (
rustc_private)tag_table_method_mapUnstable (
rustc_private)tag_table_adjustmentsUnstable (
rustc_private)tag_table_upvar_capture_mapUnstable (
rustc_private)tag_table_const_qualifUnstable (
rustc_private)tag_table_cast_kindsUnstable (
rustc_private)Methods
impl astencode_tag[src]
fn from_u32(u: u32) -> Option<astencode_tag>
Trait Implementations
Derived Implementations
impl PartialEq for astencode_tag[src]
fn eq(&self, __arg_0: &astencode_tag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for astencode_tag[src]
fn clone(&self) -> astencode_tag
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