pub struct MapIndexLookup {
pub map_type: Type,
pub item_type: Type,
pub map_type_ref: MapTypeRef,
pub index_expression: Box<Expression>,
pub map_expression: Box<Expression>,
}
Fields§
§map_type: Type
§item_type: Type
§map_type_ref: MapTypeRef
§index_expression: Box<Expression>
§map_expression: Box<Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapIndexLookup
impl !RefUnwindSafe for MapIndexLookup
impl !Send for MapIndexLookup
impl !Sync for MapIndexLookup
impl Unpin for MapIndexLookup
impl !UnwindSafe for MapIndexLookup
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