Struct rustc::mir::repr::ScopeData [] [src]

pub struct ScopeData {
    pub span: Span,
    pub parent_scope: Option<ScopeId>,
}
Unstable (rustc_private)

Fields

span: Span
Unstable (rustc_private)
parent_scope: Option<ScopeId>
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Decodable for ScopeData
[src]

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

impl Encodable for ScopeData
[src]

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

impl Debug for ScopeData
[src]

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

Formats the value using the given formatter.

impl Clone for ScopeData
[src]

fn clone(&self) -> ScopeData

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