[−][src]Struct differential_dataflow::trace::layers::hashed::HashedCursor
A cursor with a child cursor that is updated as we move.
Fields
child: L::CursorA cursor for the layer below this one.
Trait Implementations
impl<K: HashOrdered, L: Trie> Cursor<HashedLayer<K, L>> for HashedCursor<L>[src]
type Key = K
The type revealed by the cursor.
fn key<'a>(&self, storage: &'a HashedLayer<K, L>) -> &'a Self::Key[src]
fn step(&mut self, storage: &HashedLayer<K, L>)[src]
fn seek(&mut self, storage: &HashedLayer<K, L>, key: &Self::Key)[src]
fn valid(&self, _storage: &HashedLayer<K, L>) -> bool[src]
fn rewind(&mut self, storage: &HashedLayer<K, L>)[src]
fn reposition(
&mut self,
storage: &HashedLayer<K, L>,
lower: usize,
upper: usize
)[src]
&mut self,
storage: &HashedLayer<K, L>,
lower: usize,
upper: usize
)
impl<L: Debug + Trie> Debug for HashedCursor<L> where
L::Cursor: Debug, [src]
L::Cursor: Debug,
Auto Trait Implementations
impl<L> Send for HashedCursor<L> where
<L as Trie>::Cursor: Send,
<L as Trie>::Cursor: Send,
impl<L> Sync for HashedCursor<L> where
<L as Trie>::Cursor: Sync,
<L as Trie>::Cursor: Sync,
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,