pub struct TypeArray {
pub extent: Extent,
pub typ: Box<Type>,
pub count: Box<Attributed<Expression>>,
pub whitespace: Vec<Whitespace>,
}Fields§
§extent: Extent§typ: Box<Type>§count: Box<Attributed<Expression>>§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeArray
impl RefUnwindSafe for TypeArray
impl Send for TypeArray
impl Sync for TypeArray
impl Unpin for TypeArray
impl UnsafeUnpin for TypeArray
impl UnwindSafe for TypeArray
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