[−][src]Struct amadeus_core::par_sink::Any
Implementations
impl<P, F> Any<P, F>[src]
Trait Implementations
impl<P: DistributedPipe<Item>, Item, F> DistributedSink<Item> for Any<P, F> where
F: FnMut<(P::Output,), Output = bool> + Clone + ProcessSend + 'static, [src]
F: FnMut<(P::Output,), Output = bool> + Clone + ProcessSend + 'static,
type Done = bool
type Pipe = P
type ReduceA = AnyReducer<P::Output, F>
type ReduceB = BoolOrReducer
type ReduceC = BoolOrReducer
fn reducers(self) -> (Self::Pipe, Self::ReduceA, Self::ReduceB, Self::ReduceC)[src]
impl<P: ParallelPipe<Item>, Item, F> ParallelSink<Item> for Any<P, F> where
F: FnMut<(P::Output,), Output = bool> + Clone + Send + 'static, [src]
F: FnMut<(P::Output,), Output = bool> + Clone + Send + 'static,
Auto Trait Implementations
impl<P, F> RefUnwindSafe for Any<P, F> where
F: RefUnwindSafe,
P: RefUnwindSafe,
F: RefUnwindSafe,
P: RefUnwindSafe,
impl<P, F> Send for Any<P, F> where
F: Send,
P: Send,
F: Send,
P: Send,
impl<P, F> Sync for Any<P, F> where
F: Sync,
P: Sync,
F: Sync,
P: Sync,
impl<P, F> Unpin for Any<P, F> where
F: Unpin,
P: Unpin,
F: Unpin,
P: Unpin,
impl<P, F> UnwindSafe for Any<P, F> where
F: UnwindSafe,
P: UnwindSafe,
F: UnwindSafe,
P: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,