Enum erg_parser::parse::ArrayInner
source · pub enum ArrayInner {
Normal(Args),
WithLength(PosArg, Expr),
Comprehension {
layout: Option<Expr>,
generators: Vec<(Identifier, Expr)>,
guard: Option<Expr>,
},
}
Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ArrayInner
impl Send for ArrayInner
impl Sync for ArrayInner
impl Unpin for ArrayInner
impl UnwindSafe for ArrayInner
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