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

pub struct CursorEnter<K, V, T, R, C: Cursor<K, V, T, R>, TInner, F> { /* fields omitted */ }

Wrapper to provide cursor to nested scope.

Trait Implementations

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

type Storage = C::Storage

Type the cursor addresses data in.

Auto Trait Implementations

impl<K, V, T, R, C, TInner, F> RefUnwindSafe for CursorEnter<K, V, T, R, C, TInner, F> where
    C: RefUnwindSafe,
    F: RefUnwindSafe,
    K: RefUnwindSafe,
    R: RefUnwindSafe,
    T: RefUnwindSafe,
    TInner: RefUnwindSafe,
    V: RefUnwindSafe

impl<K, V, T, R, C, TInner, F> Send for CursorEnter<K, V, T, R, C, TInner, F> where
    C: Send,
    F: Send,
    K: Send,
    R: Send,
    T: Send,
    TInner: Send,
    V: Send

impl<K, V, T, R, C, TInner, F> Sync for CursorEnter<K, V, T, R, C, TInner, F> where
    C: Sync,
    F: Sync,
    K: Sync,
    R: Sync,
    T: Sync,
    TInner: Sync,
    V: Sync

impl<K, V, T, R, C, TInner, F> Unpin for CursorEnter<K, V, T, R, C, TInner, F> where
    C: Unpin,
    F: Unpin,
    K: Unpin,
    R: Unpin,
    T: Unpin,
    TInner: Unpin,
    V: Unpin

impl<K, V, T, R, C, TInner, F> UnwindSafe for CursorEnter<K, V, T, R, C, TInner, F> where
    C: UnwindSafe,
    F: UnwindSafe,
    K: UnwindSafe,
    R: UnwindSafe,
    T: UnwindSafe,
    TInner: UnwindSafe,
    V: 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.