pub struct Inputs { /* private fields */ }
Expand description
Inputs let you manage input connections during a node implementation
Implementations§
Source§impl Inputs
impl Inputs
Sourcepub fn new(
receivers: Arc<Mutex<HashMap<Uuid, MessageReceiver>>>,
source: NodeLayout,
) -> Self
pub fn new( receivers: Arc<Mutex<HashMap<Uuid, MessageReceiver>>>, source: NodeLayout, ) -> Self
Creates a new Inputs instance.
Trait Implementations§
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