pub struct ResolvedArrayInstantiation {
pub expressions: Vec<ResolvedExpression>,
pub item_type: ResolvedType,
pub array_type: ResolvedType,
pub array_type_ref: ResolvedArrayTypeRef,
}
Fields§
§expressions: Vec<ResolvedExpression>
§item_type: ResolvedType
§array_type: ResolvedType
§array_type_ref: ResolvedArrayTypeRef
Trait Implementations§
Source§impl Debug for ResolvedArrayInstantiation
impl Debug for ResolvedArrayInstantiation
Auto Trait Implementations§
impl Freeze for ResolvedArrayInstantiation
impl !RefUnwindSafe for ResolvedArrayInstantiation
impl !Send for ResolvedArrayInstantiation
impl !Sync for ResolvedArrayInstantiation
impl Unpin for ResolvedArrayInstantiation
impl !UnwindSafe for ResolvedArrayInstantiation
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