pub struct Inputs { /* private fields */ }Implementations§
Source§impl Inputs
impl Inputs
pub fn new( node: NodeID, receivers: Arc<Mutex<HashMap<InputID, Receiver<DataflowMessage>>>>, ) -> Inputs
pub async fn raw( &mut self, input: impl Into<String>, ) -> Result<RawInput, Report>
pub async fn with<T>(
&mut self,
input: impl Into<String>,
) -> Result<Input<T>, Report>where
T: ArrowMessage,
Auto Trait Implementations§
impl Freeze for Inputs
impl !RefUnwindSafe for Inputs
impl Send for Inputs
impl Sync for Inputs
impl Unpin for Inputs
impl !UnwindSafe for Inputs
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