pub enum ArrayElem {
Expr(Expr),
Spread(Expr),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayElem
impl RefUnwindSafe for ArrayElem
impl Send for ArrayElem
impl Sync for ArrayElem
impl Unpin for ArrayElem
impl UnsafeUnpin for ArrayElem
impl UnwindSafe for ArrayElem
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