pub struct ScopeInfo {
pub active_scope: FunctionScopeState,
pub total_scopes: VariableScopes,
}
Fields§
§active_scope: FunctionScopeState
§total_scopes: VariableScopes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeInfo
impl RefUnwindSafe for ScopeInfo
impl !Send for ScopeInfo
impl !Sync for ScopeInfo
impl Unpin for ScopeInfo
impl UnwindSafe for ScopeInfo
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