pub struct ResolvedIterator {
pub key_type: Option<ResolvedType>,
pub value_type: ResolvedType,
pub resolved_expression: Box<ResolvedExpression>,
}
Fields§
§key_type: Option<ResolvedType>
§value_type: ResolvedType
§resolved_expression: Box<ResolvedExpression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedIterator
impl !RefUnwindSafe for ResolvedIterator
impl !Send for ResolvedIterator
impl !Sync for ResolvedIterator
impl Unpin for ResolvedIterator
impl !UnwindSafe for ResolvedIterator
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