Enum wiggle::wasmtime_crate::PoolingAllocationStrategy [−][src]
pub enum PoolingAllocationStrategy {
NextAvailable,
Random,
}
Expand description
The allocation strategy to use for the pooling instance allocation strategy.
Variants
Allocate from the next available instance.
Allocate from a random available instance.
Trait Implementations
Returns the “default value” for a type. Read more
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.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more