Struct amadeus::par_sink::ForEach[][src]

#[must_use]
pub struct ForEach<P, F> { /* fields omitted */ }

Implementations

impl<P, F> ForEach<P, F>[src]

pub fn new(pipe: P, f: F) -> ForEach<P, F>[src]

Constructs a new ForEach.

Trait Implementations

impl<P, Item, F> DistributedSink<Item> for ForEach<P, F> where
    F: FnMut<(<P as DistributedPipe<Item>>::Output,), Output = ()> + Clone + ProcessSend + 'static,
    P: DistributedPipe<Item>, 
[src]

type Done = ()

type Pipe = P

type ReduceA = ForEachReducer<<P as DistributedPipe<Item>>::Output, F>

type ReduceB = PushReducer<(), ()>

type ReduceC = PushReducer<(), ()>

pub fn reducers(
    self
) -> (<ForEach<P, F> as DistributedSink<Item>>::Pipe, <ForEach<P, F> as DistributedSink<Item>>::ReduceA, <ForEach<P, F> as DistributedSink<Item>>::ReduceB, <ForEach<P, F> as DistributedSink<Item>>::ReduceC)
[src]

impl<P, Item, F> ParallelSink<Item> for ForEach<P, F> where
    F: FnMut<(<P as ParallelPipe<Item>>::Output,), Output = ()> + Clone + Send + 'static,
    P: ParallelPipe<Item>, 
[src]

type Done = ()

type Pipe = P

type ReduceA = ForEachReducer<<P as ParallelPipe<Item>>::Output, F>

type ReduceC = PushReducer<(), ()>

pub fn reducers(
    self
) -> (<ForEach<P, F> as ParallelSink<Item>>::Pipe, <ForEach<P, F> as ParallelSink<Item>>::ReduceA, <ForEach<P, F> as ParallelSink<Item>>::ReduceC)
[src]

Auto Trait Implementations

impl<P, F> RefUnwindSafe for ForEach<P, F> where
    F: RefUnwindSafe,
    P: RefUnwindSafe

impl<P, F> Send for ForEach<P, F> where
    F: Send,
    P: Send

impl<P, F> Sync for ForEach<P, F> where
    F: Sync,
    P: Sync

impl<P, F> Unpin for ForEach<P, F> where
    F: Unpin,
    P: Unpin

impl<P, F> UnwindSafe for ForEach<P, F> where
    F: UnwindSafe,
    P: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<A, B> Downcast<A> for B where
    A: DowncastFrom<B>, 
[src]

pub fn downcast(self) -> Result<A, DowncastError>[src]

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T> Instrument for T[src]

fn instrument(self, span: Span) -> Instrumented<Self>[src]

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

fn in_current_span(self) -> Instrumented<Self>[src]

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

impl<T> Instrument for T[src]

fn instrument(self, span: Span) -> Instrumented<Self>[src]

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

fn in_current_span(self) -> Instrumented<Self>[src]

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.

impl<T> Type for T where
    T: ?Sized
[src]

pub default fn meta(self: *const T) -> <T as Type>::Meta[src]

Retrieve TraitObject, Slice or Concrete meta data respectively for a type

pub default fn data(self: *const T) -> *const ()[src]

Retrieve pointer to the data

pub default fn data_mut(self: *mut T) -> *mut ()[src]

Retrieve mut pointer to the data

pub default fn dangling(t: <T as Type>::Meta) -> NonNull<T>[src]

Create a dangling non-null *const Self with the provided Self::Meta.

pub default fn fatten(thin: *mut (), t: <T as Type>::Meta) -> *mut T[src]

Create a *mut Self with the provided Self::Meta.

const METATYPE: MetaType[src]

Enum describing whether a type is TraitObject, Slice or Concrete.

type Meta: 'static

Type of metadata for type.

fn meta_type(self: *const Self) -> MetaType[src]

Helper method describing whether a type is TraitObject, Slice or Concrete.

impl<T> Type for T[src]

pub const METATYPE: MetaType[src]

Enum describing whether a type is TraitObject, Slice or Concrete.

type Meta = Concrete

Type of metadata for type.

pub fn meta(self: *const T) -> <T as Type>::Meta[src]

Retrieve TraitObject, Slice or Concrete meta data respectively for a type

pub fn data(self: *const T) -> *const ()[src]

Retrieve pointer to the data

pub fn data_mut(self: *mut T) -> *mut ()[src]

Retrieve mut pointer to the data

pub fn dangling(_t: <T as Type>::Meta) -> NonNull<T>[src]

Create a dangling non-null *const Self with the provided Self::Meta.

pub fn fatten(thin: *mut (), _t: <T as Type>::Meta) -> *mut T[src]

Create a *mut Self with the provided Self::Meta.

fn meta_type(self: *const Self) -> MetaType[src]

Helper method describing whether a type is TraitObject, Slice or Concrete.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

pub fn vzip(self) -> V