pub struct ArrayItem {
pub item_type: Type,
pub int_expression: Expression,
pub array_expression: Expression,
pub array_type: Type,
}
Fields§
§item_type: Type
§int_expression: Expression
§array_expression: Expression
§array_type: Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayItem
impl RefUnwindSafe for ArrayItem
impl !Send for ArrayItem
impl !Sync for ArrayItem
impl Unpin for ArrayItem
impl UnwindSafe for ArrayItem
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