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