Struct differential_dataflow::trace::abomonated_blanket_impls::AbomonatedBatchCursor[][src]

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

Wrapper to provide cursor to nested scope.

Trait Implementations

impl<K, V, T, R, B: BatchReader<K, V, T, R> + Abomonation> Cursor<K, V, T, R> for AbomonatedBatchCursor<K, V, T, R, B>[src]

type Storage = Abomonated<B, Vec<u8>>

Type the cursor addresses data in.

Auto Trait Implementations

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

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

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

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

impl<K, V, T, R, B> UnwindSafe for AbomonatedBatchCursor<K, V, T, R, B> where
    K: UnwindSafe,
    R: UnwindSafe,
    T: 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.