pub struct NodePool {
pub parallel_limit: u32,
}Expand description
In-process node pool size hint (parallel worker executions).
Fields§
§parallel_limit: u32Trait Implementations§
Source§impl From<&ResourceProfile> for NodePool
impl From<&ResourceProfile> for NodePool
Source§fn from(p: &ResourceProfile) -> Self
fn from(p: &ResourceProfile) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodePool
impl RefUnwindSafe for NodePool
impl Send for NodePool
impl Sync for NodePool
impl Unpin for NodePool
impl UnsafeUnpin for NodePool
impl UnwindSafe for NodePool
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