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