[][src]Struct erdos::dataflow::callback_builder::SevenReadTwoWriteStateful

pub struct SevenReadTwoWriteStateful<S0: State, S1: State, S2: State, S3: State, S4: State, S5: State, S6: State, W0: Data, W1: Data, S: State> { /* fields omitted */ }

Methods

impl<S0: State, S1: State, S2: State, S3: State, S4: State, S5: State, S6: State, W0: Data, W1: Data, S: State> SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>[src]

pub fn new<R0: Data, R1: Data, R2: Data, R3: Data, R4: Data, R5: Data, R6: Data>(
    rs0: &StatefulReadStream<R0, S0>,
    rs1: &StatefulReadStream<R1, S1>,
    rs2: &StatefulReadStream<R2, S2>,
    rs3: &StatefulReadStream<R3, S3>,
    rs4: &StatefulReadStream<R4, S4>,
    rs5: &StatefulReadStream<R5, S5>,
    rs6: &StatefulReadStream<R6, S6>,
    ws0: WriteStream<W0>,
    ws1: WriteStream<W1>,
    state: S
) -> Self
[src]

pub fn add_watermark_callback<F: 'static + Fn(&Timestamp, &mut S, &S0, &S1, &S2, &S3, &S4, &S5, &S6, &mut WriteStream<W0>, &mut WriteStream<W1>)>(
    &mut self,
    callback: F
)
[src]

Trait Implementations

impl<S0: State, S1: State, S2: State, S3: State, S4: State, S5: State, S6: State, W0: Data, W1: Data, S: State> MultiStreamEventMaker for SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>[src]

Auto Trait Implementations

impl<S0, S1, S2, S3, S4, S5, S6, W0, W1, S> !RefUnwindSafe for SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>

impl<S0, S1, S2, S3, S4, S5, S6, W0, W1, S> !Send for SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>

impl<S0, S1, S2, S3, S4, S5, S6, W0, W1, S> !Sync for SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>

impl<S0, S1, S2, S3, S4, S5, S6, W0, W1, S> Unpin for SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>

impl<S0, S1, S2, S3, S4, S5, S6, W0, W1, S> !UnwindSafe for SevenReadTwoWriteStateful<S0, S1, S2, S3, S4, S5, S6, W0, W1, S>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> FromPy<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> IntoPy<U> for T where
    U: FromPy<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.