pub struct WorkItem {
pub node_index: usize,
pub port: Symbol,
pub expr: Expr,
}Expand description
Scheduled delivery to one node input port.
Fields§
§node_index: usizeDestination node index in the compiled graph.
port: SymbolDestination input port.
expr: ExprDelivered payload.
Trait Implementations§
impl Eq for WorkItem
impl StructuralPartialEq for WorkItem
Auto Trait Implementations§
impl Freeze for WorkItem
impl RefUnwindSafe for WorkItem
impl Send for WorkItem
impl Sync for WorkItem
impl Unpin for WorkItem
impl UnsafeUnpin for WorkItem
impl UnwindSafe for WorkItem
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