[][src]Struct differential_dataflow::trace::implementations::Batcher

pub struct Batcher<K: Ord, V: Ord, T: Ord, R: Semigroup, B: Batch<K, V, T, R>> { /* fields omitted */ }

Creates batches from unordered tuples.

Trait Implementations

impl<K, V, T, R, B> Batcher<K, V, T, R, B> for MergeBatcher<K, V, T, R, B> where
    K: Ord + Clone,
    V: Ord + Clone,
    T: Lattice + Ord + Clone,
    R: Semigroup,
    B: Batch<K, V, T, R>, 
[src]

Auto Trait Implementations

impl<K, V, T, R, B> Send for MergeBatcher<K, V, T, R, B> where
    B: Send,
    K: Send,
    R: Send,
    T: Send,
    V: Send

impl<K, V, T, R, B> Sync for MergeBatcher<K, V, T, R, B> where
    B: Sync,
    K: Sync,
    R: Sync,
    T: Sync,
    V: Sync

impl<K, V, T, R, B> Unpin for MergeBatcher<K, V, T, R, B> where
    B: Unpin,
    K: Unpin,
    R: Unpin,
    T: Unpin,
    V: Unpin

impl<K, V, T, R, B> UnwindSafe for MergeBatcher<K, V, T, R, B> where
    B: UnwindSafe,
    K: UnwindSafe,
    R: UnwindSafe,
    T: UnwindSafe,
    V: UnwindSafe

impl<K, V, T, R, B> RefUnwindSafe for MergeBatcher<K, V, T, R, B> where
    B: RefUnwindSafe,
    K: RefUnwindSafe,
    R: RefUnwindSafe,
    T: RefUnwindSafe,
    V: RefUnwindSafe

Blanket Implementations

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

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

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.

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.

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

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

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