pub struct ArrayExplicit {
pub extent: Extent,
pub values: Vec<Attributed<Expression>>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§values: Vec<Attributed<Expression>>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for ArrayExplicit
impl Debug for ArrayExplicit
Source§impl<'a> Index<&'a ArrayExplicit> for str
impl<'a> Index<&'a ArrayExplicit> for str
Source§impl Index<ArrayExplicit> for str
impl Index<ArrayExplicit> for str
Auto Trait Implementations§
impl Freeze for ArrayExplicit
impl RefUnwindSafe for ArrayExplicit
impl Send for ArrayExplicit
impl Sync for ArrayExplicit
impl Unpin for ArrayExplicit
impl UnsafeUnpin for ArrayExplicit
impl UnwindSafe for ArrayExplicit
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