pub struct DataflowRuntime {
pub clock: Arc<HLC>,
pub nodes: HashMap<NodeID, RuntimeNode>,
}Fields§
§clock: Arc<HLC>§nodes: HashMap<NodeID, RuntimeNode>Implementations§
Auto Trait Implementations§
impl Freeze for DataflowRuntime
impl !RefUnwindSafe for DataflowRuntime
impl Send for DataflowRuntime
impl Sync for DataflowRuntime
impl Unpin for DataflowRuntime
impl !UnwindSafe for DataflowRuntime
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