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

pub struct OrdValCursor<V, T, R, O = usize> where
    V: Ord + Clone,
    T: Lattice + Ord + Clone,
    R: Semigroup,
    O: OrdOffset,
    <O as TryFrom<usize>>::Error: Debug,
    <O as TryInto<usize>>::Error: Debug
{ /* fields omitted */ }

A cursor for navigating a single layer.

Trait Implementations

impl<K, V, T, R, O> Cursor<K, V, T, R> for OrdValCursor<V, T, R, O> where
    K: Ord + Clone,
    V: 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 = OrdValBatch<K, V, T, R, O>

Type the cursor addresses data in.

impl<V: Debug, T: Debug, R: Debug, O: Debug> Debug for OrdValCursor<V, T, R, O> where
    V: Ord + Clone,
    T: Lattice + Ord + Clone,
    R: Semigroup,
    O: OrdOffset,
    <O as TryFrom<usize>>::Error: Debug,
    <O as TryInto<usize>>::Error: Debug
[src]

Auto Trait Implementations

impl<V, T, R, O> Send for OrdValCursor<V, T, R, O>

impl<V, T, R, O> Sync for OrdValCursor<V, T, R, O>

impl<V, T, R, O> Unpin for OrdValCursor<V, T, R, O>

impl<V, T, R, O> UnwindSafe for OrdValCursor<V, T, R, O>

impl<V, T, R, O> RefUnwindSafe for OrdValCursor<V, T, R, O>

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]