pub struct BidiFlow<In1, Out1, In2, Out2> {
pub forward: Flow<In1, Out1>,
pub backward: Flow<In2, Out2>,
}Fields§
§forward: Flow<In1, Out1>§backward: Flow<In2, Out2>Implementations§
Auto Trait Implementations§
impl<In1, Out1, In2, Out2> Freeze for BidiFlow<In1, Out1, In2, Out2>
impl<In1, Out1, In2, Out2> !RefUnwindSafe for BidiFlow<In1, Out1, In2, Out2>
impl<In1, Out1, In2, Out2> Send for BidiFlow<In1, Out1, In2, Out2>
impl<In1, Out1, In2, Out2> !Sync for BidiFlow<In1, Out1, In2, Out2>
impl<In1, Out1, In2, Out2> Unpin for BidiFlow<In1, Out1, In2, Out2>
impl<In1, Out1, In2, Out2> UnsafeUnpin for BidiFlow<In1, Out1, In2, Out2>
impl<In1, Out1, In2, Out2> !UnwindSafe for BidiFlow<In1, Out1, In2, Out2>
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