Struct rustc::hir::Freevar [] [src]

pub struct Freevar {
    pub def: Def,
    pub span: Span,
}
Unstable (rustc_private)

A free variable referred to in a function.

Fields

def: Def
Unstable (rustc_private)

The variable being accessed free.

span: Span
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Decodable for Freevar
[src]

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

impl Encodable for Freevar
[src]

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

impl Clone for Freevar
[src]

fn clone(&self) -> Freevar

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

impl Copy for Freevar
[src]