pub struct ResolvedMapIndexLookup {
pub map_type: ResolvedType,
pub item_type: ResolvedType,
pub map_type_ref: ResolvedMapTypeRef,
pub index_expression: Box<ResolvedExpression>,
pub map_expression: Box<ResolvedExpression>,
}
Fields§
§map_type: ResolvedType
§item_type: ResolvedType
§map_type_ref: ResolvedMapTypeRef
§index_expression: Box<ResolvedExpression>
§map_expression: Box<ResolvedExpression>
Trait Implementations§
Source§impl Debug for ResolvedMapIndexLookup
impl Debug for ResolvedMapIndexLookup
Auto Trait Implementations§
impl Freeze for ResolvedMapIndexLookup
impl !RefUnwindSafe for ResolvedMapIndexLookup
impl !Send for ResolvedMapIndexLookup
impl !Sync for ResolvedMapIndexLookup
impl Unpin for ResolvedMapIndexLookup
impl !UnwindSafe for ResolvedMapIndexLookup
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