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