Struct differential_dataflow::trace::wrappers::enter_at::BatchCursorEnter[][src]

pub struct BatchCursorEnter<K, V, T, R, B: BatchReader<K, V, T, R>, TInner, F> { /* fields omitted */ }

Wrapper to provide cursor to nested scope.

Trait Implementations

impl<K, V, T, R, TInner, B: BatchReader<K, V, T, R>, F> Cursor<K, V, TInner, R> for BatchCursorEnter<K, V, T, R, B, TInner, F> where
    T: Timestamp,
    TInner: Refines<T> + Lattice,
    F: FnMut(&K, &V, &T) -> TInner, 
[src]

type Storage = BatchEnter<K, V, T, R, B, TInner, F>

Type the cursor addresses data in.

Auto Trait Implementations

impl<K, V, T, R, B, TInner, F> RefUnwindSafe for BatchCursorEnter<K, V, T, R, B, TInner, F> where
    F: RefUnwindSafe,
    K: RefUnwindSafe,
    R: RefUnwindSafe,
    TInner: RefUnwindSafe,
    V: RefUnwindSafe,
    <B as BatchReader<K, V, T, R>>::Cursor: RefUnwindSafe

impl<K, V, T, R, B, TInner, F> Send for BatchCursorEnter<K, V, T, R, B, TInner, F> where
    F: Send,
    K: Send,
    R: Send,
    TInner: Send,
    V: Send,
    <B as BatchReader<K, V, T, R>>::Cursor: Send

impl<K, V, T, R, B, TInner, F> Sync for BatchCursorEnter<K, V, T, R, B, TInner, F> where
    F: Sync,
    K: Sync,
    R: Sync,
    TInner: Sync,
    V: Sync,
    <B as BatchReader<K, V, T, R>>::Cursor: Sync

impl<K, V, T, R, B, TInner, F> Unpin for BatchCursorEnter<K, V, T, R, B, TInner, F> where
    F: Unpin,
    K: Unpin,
    R: Unpin,
    TInner: Unpin,
    V: Unpin,
    <B as BatchReader<K, V, T, R>>::Cursor: Unpin

impl<K, V, T, R, B, TInner, F> UnwindSafe for BatchCursorEnter<K, V, T, R, B, TInner, F> where
    F: UnwindSafe,
    K: UnwindSafe,
    R: UnwindSafe,
    TInner: UnwindSafe,
    V: UnwindSafe,
    <B as BatchReader<K, V, T, R>>::Cursor: UnwindSafe

Blanket Implementations

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

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

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

impl<C, K, V, T, R> CursorDebug<K, V, T, R> for C where
    C: Cursor<K, V, T, R>,
    T: Clone,
    V: Clone,
    R: Clone,
    K: Clone
[src]

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.