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