[−][src]Struct differential_dataflow::trace::wrappers::frontier::BatchFrontier
Wrapper to provide batch to nested scope.
Methods
impl<K, V, T, R, B> BatchFrontier<K, V, T, R, B> where
B: BatchReader<K, V, T, R>,
T: Timestamp + Lattice, [src]
B: BatchReader<K, V, T, R>,
T: Timestamp + Lattice,
Trait Implementations
impl<K, V, T, R, B> BatchReader<K, V, T, R> for BatchFrontier<K, V, T, R, B> where
B: BatchReader<K, V, T, R>,
T: Timestamp + Lattice, [src]
B: BatchReader<K, V, T, R>,
T: Timestamp + Lattice,
type Cursor = BatchCursorFrontier<K, V, T, R, B>
The type used to enumerate the batch's contents.
fn cursor(&self) -> Self::Cursor[src]
fn len(&self) -> usize[src]
fn description(&self) -> &Description<T>[src]
fn is_empty(&self) -> bool[src]
fn lower(&self) -> &[T][src]
fn upper(&self) -> &[T][src]
impl<K, V, T: Clone, R, B: Clone> Clone for BatchFrontier<K, V, T, R, B>[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<K, V, T, R, B> Send for BatchFrontier<K, V, T, R, B> where
B: Send,
K: Send,
R: Send,
T: Send,
V: Send,
B: Send,
K: Send,
R: Send,
T: Send,
V: Send,
impl<K, V, T, R, B> Sync for BatchFrontier<K, V, T, R, B> where
B: Sync,
K: Sync,
R: Sync,
T: Sync,
V: Sync,
B: Sync,
K: Sync,
R: Sync,
T: Sync,
V: Sync,
impl<K, V, T, R, B> Unpin for BatchFrontier<K, V, T, R, B> where
B: Unpin,
K: Unpin,
R: Unpin,
T: Unpin,
V: Unpin,
B: Unpin,
K: Unpin,
R: Unpin,
T: Unpin,
V: Unpin,
impl<K, V, T, R, B> UnwindSafe for BatchFrontier<K, V, T, R, B> where
B: UnwindSafe,
K: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
B: UnwindSafe,
K: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
impl<K, V, T, R, B> RefUnwindSafe for BatchFrontier<K, V, T, R, B> where
B: RefUnwindSafe,
K: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
V: RefUnwindSafe,
B: RefUnwindSafe,
K: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> 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, U> TryInto<U> 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> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[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,