pub struct FunctionScopeState {
pub block_scope_stack: Vec<BlockScope>,
pub return_type: Type,
}
Fields§
§block_scope_stack: Vec<BlockScope>
§return_type: Type
Implementations§
Auto Trait Implementations§
impl Freeze for FunctionScopeState
impl !RefUnwindSafe for FunctionScopeState
impl !Send for FunctionScopeState
impl !Sync for FunctionScopeState
impl Unpin for FunctionScopeState
impl !UnwindSafe for FunctionScopeState
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