pub struct ValueShapeInferrer;Expand description
Inferrer that walks an AST to produce (EntityId, ValueShape) pairs.
Each pair maps a variable’s deterministic entity ID to its inferred shape.
Implementations§
Auto Trait Implementations§
impl Freeze for ValueShapeInferrer
impl RefUnwindSafe for ValueShapeInferrer
impl Send for ValueShapeInferrer
impl Sync for ValueShapeInferrer
impl Unpin for ValueShapeInferrer
impl UnsafeUnpin for ValueShapeInferrer
impl UnwindSafe for ValueShapeInferrer
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