pub struct MapFilterOpDef {
pub func: Box<Expression>,
pub target: Box<Expression>,
pub pos: Position,
}
Expand description
MapFilterOpDef implements the list operations in the UCG AST.
Fields§
§func: Box<Expression>
§target: Box<Expression>
§pos: Position
Trait Implementations§
Source§impl Clone for MapFilterOpDef
impl Clone for MapFilterOpDef
Source§fn clone(&self) -> MapFilterOpDef
fn clone(&self) -> MapFilterOpDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MapFilterOpDef
impl Debug for MapFilterOpDef
Source§impl PartialEq for MapFilterOpDef
impl PartialEq for MapFilterOpDef
impl StructuralPartialEq for MapFilterOpDef
Auto Trait Implementations§
impl Freeze for MapFilterOpDef
impl RefUnwindSafe for MapFilterOpDef
impl !Send for MapFilterOpDef
impl !Sync for MapFilterOpDef
impl Unpin for MapFilterOpDef
impl UnwindSafe for MapFilterOpDef
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