pub struct BidiFlow<I1, O1, I2, O2> { /* private fields */ }Implementations§
Source§impl<I1: Send + 'static, O1: Send + 'static, I2: Send + 'static, O2: Send + 'static> BidiFlow<I1, O1, I2, O2>
impl<I1: Send + 'static, O1: Send + 'static, I2: Send + 'static, O2: Send + 'static> BidiFlow<I1, O1, I2, O2>
Source§impl<I1: Send + 'static, O1: Send + 'static, I2: Send + 'static, O2: Send + 'static> BidiFlow<I1, O1, I2, O2>
impl<I1: Send + 'static, O1: Send + 'static, I2: Send + 'static, O2: Send + 'static> BidiFlow<I1, O1, I2, O2>
pub fn attributes(&self) -> &Attributes
pub fn with_attributes(self, attributes: Attributes) -> Self
pub fn add_attributes(self, attributes: Attributes) -> Self
pub fn named(self, name: impl Into<String>) -> Self
pub fn join<Mat2>(self, flow: Flow<O1, I2, Mat2>) -> Flow<I1, O2, NotUsed>where
Mat2: Send + 'static,
pub fn atop<OO1: Send + 'static, II2: Send + 'static>( self, bidi: BidiFlow<O1, OO1, II2, I2>, ) -> BidiFlow<I1, OO1, II2, O2>
pub fn reversed(self) -> BidiFlow<I2, O2, I1, O1>
Trait Implementations§
Auto Trait Implementations§
impl<I1, O1, I2, O2> !RefUnwindSafe for BidiFlow<I1, O1, I2, O2>
impl<I1, O1, I2, O2> !UnwindSafe for BidiFlow<I1, O1, I2, O2>
impl<I1, O1, I2, O2> Freeze for BidiFlow<I1, O1, I2, O2>
impl<I1, O1, I2, O2> Send for BidiFlow<I1, O1, I2, O2>
impl<I1, O1, I2, O2> Sync for BidiFlow<I1, O1, I2, O2>
impl<I1, O1, I2, O2> Unpin for BidiFlow<I1, O1, I2, O2>
impl<I1, O1, I2, O2> UnsafeUnpin for BidiFlow<I1, O1, I2, O2>
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§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Message for T
impl<T> Message for T
Source§fn from_boxed(m: BoxedMessage) -> Result<Self, BoxedDowncastErr>
fn from_boxed(m: BoxedMessage) -> Result<Self, BoxedDowncastErr>
Convert a BoxedMessage to this concrete type
Source§fn box_message(self, pid: &ActorId) -> Result<BoxedMessage, BoxedDowncastErr>
fn box_message(self, pid: &ActorId) -> Result<BoxedMessage, BoxedDowncastErr>
Convert this message to a BoxedMessage