pub struct ResolvedMutMap {
pub expression: Box<ResolvedExpression>,
pub map_type_ref: ResolvedMapTypeRef,
}
Fields§
§expression: Box<ResolvedExpression>
§map_type_ref: ResolvedMapTypeRef
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedMutMap
impl !RefUnwindSafe for ResolvedMutMap
impl !Send for ResolvedMutMap
impl !Sync for ResolvedMutMap
impl Unpin for ResolvedMutMap
impl !UnwindSafe for ResolvedMutMap
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