pub struct TypeCollection {
pub expr_types: HashMap<String, HashMap<Span, Type>>,
pub variable_types: HashMap<String, HashMap<Span, Type>>,
}Fields§
§expr_types: HashMap<String, HashMap<Span, Type>>§variable_types: HashMap<String, HashMap<Span, Type>>Auto Trait Implementations§
impl Freeze for TypeCollection
impl RefUnwindSafe for TypeCollection
impl Send for TypeCollection
impl Sync for TypeCollection
impl Unpin for TypeCollection
impl UnwindSafe for TypeCollection
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