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 PoolingAllocationStrategy
impl Send for PoolingAllocationStrategy
impl Sync for PoolingAllocationStrategy
impl Unpin for PoolingAllocationStrategy
impl UnwindSafe for PoolingAllocationStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.