[][src]Struct differential_dataflow::trace::wrappers::enter::BatchEnter

pub struct BatchEnter<K, V, T, R, B, TInner> { /* fields omitted */ }

Wrapper to provide batch to nested scope.

Methods

impl<K, V, T, R, B, TInner> BatchEnter<K, V, T, R, B, TInner> where
    B: BatchReader<K, V, T, R>,
    T: Timestamp,
    TInner: Refines<T> + Lattice
[src]

pub fn make_from(batch: B) -> Self[src]

Makes a new batch wrapper

Trait Implementations

impl<K, V, T, R, B, TInner> BatchReader<K, V, TInner, R> for BatchEnter<K, V, T, R, B, TInner> where
    B: BatchReader<K, V, T, R>,
    T: Timestamp,
    TInner: Refines<T> + Lattice
[src]

type Cursor = BatchCursorEnter<K, V, T, R, B, TInner>

The type used to enumerate the batch's contents.

impl<K, V, T, R, B: Clone, TInner: Clone> Clone for BatchEnter<K, V, T, R, B, TInner>[src]

Auto Trait Implementations

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

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

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

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

impl<K, V, T, R, B, TInner> RefUnwindSafe for BatchEnter<K, V, T, R, B, TInner> where
    B: RefUnwindSafe,
    K: RefUnwindSafe,
    R: RefUnwindSafe,
    T: RefUnwindSafe,
    TInner: 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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]

impl<T> Data for T where
    T: 'static + Clone
[src]