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

pub struct OrdKeyCursor<T: Lattice + Ord + Clone, R: Semigroup, O = usize> { /* fields omitted */ }

A cursor for navigating a single layer.

Trait Implementations

impl<K, T, R, O> Cursor<K, (), T, R> for OrdKeyCursor<T, R, O> where
    K: Ord + Clone,
    T: Lattice + Ord + Clone,
    R: Semigroup,
    O: OrdOffset,
    <O as TryFrom<usize>>::Error: Debug,
    <O as TryInto<usize>>::Error: Debug
[src]

type Storage = OrdKeyBatch<K, T, R, O>

Type the cursor addresses data in.

impl<T: Debug + Lattice + Ord + Clone, R: Debug + Semigroup, O: Debug> Debug for OrdKeyCursor<T, R, O>[src]

Auto Trait Implementations

impl<T, R, O> Send for OrdKeyCursor<T, R, O> where
    O: Send

impl<T, R, O> Sync for OrdKeyCursor<T, R, O> where
    O: Sync

impl<T, R, O> Unpin for OrdKeyCursor<T, R, O> where
    O: Unpin

impl<T, R, O> UnwindSafe for OrdKeyCursor<T, R, O> where
    O: UnwindSafe

impl<T, R, O> RefUnwindSafe for OrdKeyCursor<T, R, O> where
    O: RefUnwindSafe

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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]