pub struct RawOutput {
pub tx: Sender<DataflowMessage>,
/* private fields */
}
Fields§
§tx: Sender<DataflowMessage>
Implementations§
Auto Trait Implementations§
impl Freeze for RawOutput
impl !RefUnwindSafe for RawOutput
impl Send for RawOutput
impl Sync for RawOutput
impl Unpin for RawOutput
impl !UnwindSafe for RawOutput
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