Struct amadeus::par_sink::Sort[][src]

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

Implementations

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

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

Constructs a new Sort.

Trait Implementations

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

type Done = <<Sort<P, F> as DistributedSink<Item>>::ReduceC as Reducer<<<Sort<P, F> as DistributedSink<Item>>::ReduceB as Reducer<<<Sort<P, F> as DistributedSink<Item>>::ReduceA as Reducer<<P as DistributedPipe<Item>>::Output>>::Done>>::Done>>::Done

type Pipe = P

type ReduceA = FolderSyncReducer<<P as DistributedPipe<Item>>::Output, SortFolder<F>, Inter>

type ReduceB = FolderSyncReducer<<<Sort<P, F> as DistributedSink<Item>>::ReduceA as Reducer<<P as DistributedPipe<Item>>::Output>>::Done, SumZeroFolder<Sort<<P as DistributedPipe<Item>>::Output, F>>, Inter>

type ReduceC = FolderSyncReducer<<<Sort<P, F> as DistributedSink<Item>>::ReduceB as Reducer<<<Sort<P, F> as DistributedSink<Item>>::ReduceA as Reducer<<P as DistributedPipe<Item>>::Output>>::Done>>::Done, SumZeroFolder<Sort<<P as DistributedPipe<Item>>::Output, F>>, Final>

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

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

type Done = <<Sort<P, F> as ParallelSink<Item>>::ReduceC as Reducer<<<Sort<P, F> as ParallelSink<Item>>::ReduceA as Reducer<<P as ParallelPipe<Item>>::Output>>::Done>>::Done

type Pipe = P

type ReduceA = FolderSyncReducer<<P as ParallelPipe<Item>>::Output, SortFolder<F>, Inter>

type ReduceC = FolderSyncReducer<<<Sort<P, F> as ParallelSink<Item>>::ReduceA as Reducer<<P as ParallelPipe<Item>>::Output>>::Done, SumZeroFolder<Sort<<P as ParallelPipe<Item>>::Output, F>>, Final>

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

Auto Trait Implementations

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

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

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

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

impl<P, F> UnwindSafe for Sort<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