Struct rustc::middle::region::DestructionScopeDataUnstable [-] [+] [src]

pub struct DestructionScopeData {
    pub node_id: NodeId,
}

extent of destructors for temporaries of node-id

Fields

node_id

Methods

impl DestructionScopeData

fn new(node_id: NodeId) -> DestructionScopeData

fn to_code_extent(&self) -> CodeExtent

Trait Implementations

impl<'tcx> Repr<'tcx> for DestructionScopeData

fn repr(&self, _tcx: &ctxt) -> String

Derived Implementations

impl Copy for DestructionScopeData

impl Debug for DestructionScopeData

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

impl Decodable for DestructionScopeData

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DestructionScopeData, __D>

impl Encodable for DestructionScopeData

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Hash for DestructionScopeData

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

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

impl Ord for DestructionScopeData

fn cmp(&self, __arg_0: &DestructionScopeData) -> Ordering

impl Eq for DestructionScopeData

impl PartialOrd for DestructionScopeData

fn partial_cmp(&self, __arg_0: &DestructionScopeData) -> Option<Ordering>

fn lt(&self, __arg_0: &DestructionScopeData) -> bool

fn le(&self, __arg_0: &DestructionScopeData) -> bool

fn gt(&self, __arg_0: &DestructionScopeData) -> bool

fn ge(&self, __arg_0: &DestructionScopeData) -> bool

impl PartialEq for DestructionScopeData

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

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

impl Clone for DestructionScopeData

fn clone(&self) -> DestructionScopeData

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