pub struct InternalMainExpression {
pub expression: Expression,
pub function_scope_state: Vec<VariableRef>,
pub program_unique_id: InternalFunctionId,
}
Fields§
§expression: Expression
§function_scope_state: Vec<VariableRef>
§program_unique_id: InternalFunctionId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InternalMainExpression
impl RefUnwindSafe for InternalMainExpression
impl !Send for InternalMainExpression
impl !Sync for InternalMainExpression
impl Unpin for InternalMainExpression
impl UnwindSafe for InternalMainExpression
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