Struct differential_dataflow::trace::wrappers::enter_at::BatchEnter
source · pub struct BatchEnter<B, TInner, F> { /* private fields */ }
Expand description
Wrapper to provide batch to nested scope.
Implementations§
source§impl<B, TInner, F> BatchEnter<B, TInner, F>
impl<B, TInner, F> BatchEnter<B, TInner, F>
Trait Implementations§
source§impl<B, TInner, F> BatchReader for BatchEnter<B, TInner, F>
impl<B, TInner, F> BatchReader for BatchEnter<B, TInner, F>
§type Key<'a> = <B as BatchReader>::Key<'a>
type Key<'a> = <B as BatchReader>::Key<'a>
Key by which updates are indexed.
§type Val<'a> = <B as BatchReader>::Val<'a>
type Val<'a> = <B as BatchReader>::Val<'a>
Values associated with keys.
§type TimeGat<'a> = &'a TInner
type TimeGat<'a> = &'a TInner
Borrowed form of timestamp.
§type Diff = <B as BatchReader>::Diff
type Diff = <B as BatchReader>::Diff
Owned form of update difference.
§type DiffGat<'a> = <B as BatchReader>::DiffGat<'a>
type DiffGat<'a> = <B as BatchReader>::DiffGat<'a>
Borrowed form of update difference.
§type Cursor = BatchCursorEnter<<B as BatchReader>::Cursor, TInner, F>
type Cursor = BatchCursorEnter<<B as BatchReader>::Cursor, TInner, F>
The type used to enumerate the batch’s contents.
source§fn description(&self) -> &Description<TInner>
fn description(&self) -> &Description<TInner>
Describes the times of the updates in the batch.
Auto Trait Implementations§
impl<B, TInner, F> Freeze for BatchEnter<B, TInner, F>
impl<B, TInner, F> RefUnwindSafe for BatchEnter<B, TInner, F>
impl<B, TInner, F> Send for BatchEnter<B, TInner, F>
impl<B, TInner, F> Sync for BatchEnter<B, TInner, F>
impl<B, TInner, F> Unpin for BatchEnter<B, TInner, F>
impl<B, TInner, F> UnwindSafe for BatchEnter<B, TInner, F>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.