[−][src]Struct differential_dataflow::trace::wrappers::enter::BatchEnter
Wrapper to provide batch to nested scope.
Methods
impl<K, V, T, R, B, TInner> BatchEnter<K, V, T, R, B, TInner> where
B: BatchReader<K, V, T, R>,
T: Timestamp,
TInner: Refines<T> + Lattice, [src]
B: BatchReader<K, V, T, R>,
T: Timestamp,
TInner: Refines<T> + Lattice,
Trait Implementations
impl<K, V, T, R, B, TInner> BatchReader<K, V, TInner, R> for BatchEnter<K, V, T, R, B, TInner> where
B: BatchReader<K, V, T, R>,
T: Timestamp,
TInner: Refines<T> + Lattice, [src]
B: BatchReader<K, V, T, R>,
T: Timestamp,
TInner: Refines<T> + Lattice,
type Cursor = BatchCursorEnter<K, V, T, R, B, TInner>
The type used to enumerate the batch's contents.
fn cursor(&self) -> Self::Cursor[src]
fn len(&self) -> usize[src]
fn description(&self) -> &Description<TInner>[src]
fn lower(&self) -> &[T][src]
All times in the batch are greater or equal to an element of lower.
fn upper(&self) -> &[T][src]
All times in the batch are not greater or equal to any element of upper.
impl<K, V, T, R, B: Clone, TInner: Clone> Clone for BatchEnter<K, V, T, R, B, TInner>[src]
Auto Trait Implementations
impl<K, V, T, R, B, TInner> Send for BatchEnter<K, V, T, R, B, TInner> where
B: Send,
K: Send,
R: Send,
T: Send,
TInner: Send,
V: Send,
B: Send,
K: Send,
R: Send,
T: Send,
TInner: Send,
V: Send,
impl<K, V, T, R, B, TInner> Sync for BatchEnter<K, V, T, R, B, TInner> where
B: Sync,
K: Sync,
R: Sync,
T: Sync,
TInner: Sync,
V: Sync,
B: Sync,
K: Sync,
R: Sync,
T: Sync,
TInner: Sync,
V: 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> ToOwned for T where
T: Clone, [src]
T: Clone,
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,
impl<T> Data for T where
T: 'static + Clone, [src]
T: 'static + Clone,