pub struct ListDef {
pub elems: Vec<Expression>,
pub pos: Position,
}
Expand description
Encodes a list expression in the UCG AST.
Fields§
§elems: Vec<Expression>
§pos: Position
Trait Implementations§
impl StructuralPartialEq for ListDef
Auto Trait Implementations§
impl Freeze for ListDef
impl RefUnwindSafe for ListDef
impl !Send for ListDef
impl !Sync for ListDef
impl Unpin for ListDef
impl UnwindSafe for ListDef
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