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]
impl Encodable for ScopeData[src]
impl Debug for ScopeData[src]
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