[][src]Struct differential_dataflow::trace::implementations::ord::OrdValMerger

pub struct OrdValMerger<K: Ord + Clone + 'static, V: Ord + Clone + 'static, T: Lattice + Ord + Clone + Debug + 'static, R: Monoid> { /* fields omitted */ }

State for an in-progress merge.

Trait Implementations

impl<K, V, T, R> Merger<K, V, T, R, OrdValBatch<K, V, T, R>> for OrdValMerger<K, V, T, R> where
    K: Ord + Clone + 'static,
    V: Ord + Clone + 'static,
    T: Lattice + Ord + Clone + Debug + 'static,
    R: Monoid
[src]

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]