pub struct FlatMapPart<OutF: RecFamily, Prev, G> { /* private fields */ }Expand description
Recorded flat_map stage.
Trait Implementations§
Source§impl<OutF: Clone + RecFamily, Prev: Clone, G: Clone> Clone for FlatMapPart<OutF, Prev, G>
impl<OutF: Clone + RecFamily, Prev: Clone, G: Clone> Clone for FlatMapPart<OutF, Prev, G>
Source§fn clone(&self) -> FlatMapPart<OutF, Prev, G>
fn clone(&self) -> FlatMapPart<OutF, Prev, G>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<OutF, Prev, G> Freeze for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G> !RefUnwindSafe for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G> Send for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G> Sync for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G> Unpin for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G> UnsafeUnpin for FlatMapPart<OutF, Prev, G>where
Prev: UnsafeUnpin,
G: UnsafeUnpin,
impl<OutF, Prev, G> !UnwindSafe for FlatMapPart<OutF, Prev, G>
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