pub struct FlatMapPart<OutF, Prev, G>where
OutF: RecFamily,{ /* private fields */ }Expand description
Recorded flat_map stage.
Trait Implementations§
Source§impl<OutF, Prev, G, Term> Assemble<Term> for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G, Term> Assemble<Term> for FlatMapPart<OutF, Prev, G>
Source§impl<OutF, Prev, G> Clone for FlatMapPart<OutF, Prev, G>
impl<OutF, Prev, G> 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§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self to type T. The semantics of numeric casting with the as operator are followed, so <T as As>::as_::<U> can be used in the same way as T as U for numeric conversions. Read moreSource§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