Expand description
Represents an Array Expression, either
ARRAY[..]
, or [..]
Fields
elem: Vec<Expr>
The list of expressions between brackets
named: bool
true
for ARRAY[..]
, false
for [..]
Trait Implementations
impl Eq for Array
impl StructuralEq for Array
impl StructuralPartialEq for Array
Auto Trait Implementations
impl RefUnwindSafe for Array
impl Send for Array
impl Sync for Array
impl Unpin for Array
impl UnwindSafe for Array
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more