Enum wasmtime_runtime::PoolingAllocationStrategy [−][src]
pub enum PoolingAllocationStrategy {
NextAvailable,
Random,
}Expand description
The allocation strategy to use for the pooling instance allocator.
Variants
Allocate from the next available instance.
Allocate from a random available instance.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PoolingAllocationStrategyimpl Send for PoolingAllocationStrategyimpl Sync for PoolingAllocationStrategyimpl Unpin for PoolingAllocationStrategyimpl UnwindSafe for PoolingAllocationStrategyBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V