pub struct ComptimeSolver { /* private fields */ }Expand description
编译时求解器主结构。
负责编译时 AST 的求解、扩展、以及编译时代码的执行。 集成了状态管理、诊断收集、VM 执行等功能。
Implementations§
Source§impl ComptimeSolver
impl ComptimeSolver
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ComptimeSolver
impl !UnwindSafe for ComptimeSolver
impl Freeze for ComptimeSolver
impl Send for ComptimeSolver
impl Sync for ComptimeSolver
impl Unpin for ComptimeSolver
impl UnsafeUnpin for ComptimeSolver
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