[−][src]Enum differential_dataflow::operators::arrange::TraceReplayInstruction
Operating instructions on how to replay a trace.
Variants
Frontier(Vec<Tr::Time>)Describes a frontier advance.
Batch(Tr::Batch, Option<Tr::Time>)Describes a batch of data and a capability hint.
Auto Trait Implementations
impl<Tr> Sync for TraceReplayInstruction<Tr> where
<Tr as TraceReader>::Batch: Sync,
<Tr as TraceReader>::Time: Sync,
<Tr as TraceReader>::Batch: Sync,
<Tr as TraceReader>::Time: Sync,
impl<Tr> Unpin for TraceReplayInstruction<Tr> where
<Tr as TraceReader>::Batch: Unpin,
<Tr as TraceReader>::Time: Unpin,
<Tr as TraceReader>::Batch: Unpin,
<Tr as TraceReader>::Time: Unpin,
impl<Tr> Send for TraceReplayInstruction<Tr> where
<Tr as TraceReader>::Batch: Send,
<Tr as TraceReader>::Time: Send,
<Tr as TraceReader>::Batch: Send,
<Tr as TraceReader>::Time: Send,
impl<Tr> RefUnwindSafe for TraceReplayInstruction<Tr> where
<Tr as TraceReader>::Batch: RefUnwindSafe,
<Tr as TraceReader>::Time: RefUnwindSafe,
<Tr as TraceReader>::Batch: RefUnwindSafe,
<Tr as TraceReader>::Time: RefUnwindSafe,
impl<Tr> UnwindSafe for TraceReplayInstruction<Tr> where
<Tr as TraceReader>::Batch: UnwindSafe,
<Tr as TraceReader>::Time: UnwindSafe,
<Tr as TraceReader>::Batch: UnwindSafe,
<Tr as TraceReader>::Time: 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, 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,