pub struct ListExpr { /* private fields */ }Expand description
Expression AST and supporting enums.
Builder for list.* expression functions.
Implementations§
Trait Implementations§
impl StructuralPartialEq for ListExpr
Auto Trait Implementations§
impl Freeze for ListExpr
impl RefUnwindSafe for ListExpr
impl Send for ListExpr
impl Sync for ListExpr
impl Unpin for ListExpr
impl UnsafeUnpin for ListExpr
impl UnwindSafe for ListExpr
Blanket Implementations§
impl<T> Allocation for T
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