pub struct MapOp { /* private fields */ }Expand description
Compiled map operator
Implementations§
Trait Implementations§
Source§impl PipelineOperator for MapOp
impl PipelineOperator for MapOp
Auto Trait Implementations§
impl Freeze for MapOp
impl RefUnwindSafe for MapOp
impl Send for MapOp
impl Sync for MapOp
impl Unpin for MapOp
impl UnsafeUnpin for MapOp
impl UnwindSafe for MapOp
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