pub enum FuncOpDef {
Reduce(ReduceOpDef),
Map(MapFilterOpDef),
Filter(MapFilterOpDef),
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for FuncOpDef
Auto Trait Implementations§
impl Freeze for FuncOpDef
impl RefUnwindSafe for FuncOpDef
impl !Send for FuncOpDef
impl !Sync for FuncOpDef
impl Unpin for FuncOpDef
impl UnwindSafe for FuncOpDef
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