pub struct AstContext {
pub scope_manager: ScopeManager,
}
Fields§
§scope_manager: ScopeManager
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstContext
impl RefUnwindSafe for AstContext
impl Send for AstContext
impl Sync for AstContext
impl Unpin for AstContext
impl UnwindSafe for AstContext
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more