pub struct NodeRegistry {
executors: HashMap<NodeType, Arc<dyn NodeExecutor>>,
}Fields§
§executors: HashMap<NodeType, Arc<dyn NodeExecutor>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeRegistry
impl !RefUnwindSafe for NodeRegistry
impl Send for NodeRegistry
impl Sync for NodeRegistry
impl Unpin for NodeRegistry
impl !UnwindSafe for NodeRegistry
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