[−][src]Struct differential_dataflow::trace::wrappers::freeze::BatchFreeze
Wrapper to provide batch to nested scope.
Methods
impl<K, V, T, R, B, F> BatchFreeze<K, V, T, R, B, F> where
B: BatchReader<K, V, T, R>,
T: Clone,
F: Fn(&T) -> Option<T>, [src]
B: BatchReader<K, V, T, R>,
T: Clone,
F: Fn(&T) -> Option<T>,
Trait Implementations
impl<K, V, T, R, B, F> BatchReader<K, V, T, R> for BatchFreeze<K, V, T, R, B, F> where
B: BatchReader<K, V, T, R>,
T: Clone + Default,
F: Fn(&T) -> Option<T>, [src]
B: BatchReader<K, V, T, R>,
T: Clone + Default,
F: Fn(&T) -> Option<T>,
type Cursor = BatchCursorFreeze<K, V, T, R, B, F>
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]
True if the batch is empty.
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: Clone, R, B: Clone, F> Clone for BatchFreeze<K, V, T, R, B, F>[src]
Auto Trait Implementations
impl<K, V, T, R, B, F> !Sync for BatchFreeze<K, V, T, R, B, F>
impl<K, V, T, R, B, F> Unpin for BatchFreeze<K, V, T, R, B, F> 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, F> !Send for BatchFreeze<K, V, T, R, B, F>
impl<K, V, T, R, B, F> !RefUnwindSafe for BatchFreeze<K, V, T, R, B, F>
impl<K, V, T, R, B, F> UnwindSafe for BatchFreeze<K, V, T, R, B, F> where
B: UnwindSafe,
F: RefUnwindSafe,
K: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
B: UnwindSafe,
F: RefUnwindSafe,
K: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
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> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
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,