pub struct ArrayType<'ast> {
pub type_: Box<Type<'ast>>,
pub dimensions: ArrayDimensions<'ast>,
pub span: Span<'ast>,
}
Fields§
§type_: Box<Type<'ast>>
§dimensions: ArrayDimensions<'ast>
§span: Span<'ast>
Trait Implementations§
impl<'ast> Eq for ArrayType<'ast>
impl<'ast> StructuralPartialEq for ArrayType<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for ArrayType<'ast>
impl<'ast> RefUnwindSafe for ArrayType<'ast>
impl<'ast> Send for ArrayType<'ast>
impl<'ast> Sync for ArrayType<'ast>
impl<'ast> Unpin for ArrayType<'ast>
impl<'ast> UnwindSafe for ArrayType<'ast>
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