pub struct Context {
var_parent: Option<(Scope, ScopeDepth)>,
parent: Option<(Scope, ScopeDepth)>,
}
Fields
var_parent: Option<(Scope, ScopeDepth)>
The scope that contains any new variables declared, plus its depth in the scope tree.
parent: Option<(Scope, ScopeDepth)>
Region parent of expressions, etc., plus its depth in the scope tree.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes