Enum handlemanager::AllocPolicy[][src]

pub enum AllocPolicy {
    NeverRecycle,
    RecycleLowest,
}

Variants

Will not recycle released handles, regardless of whether they are tracked.

Will always attempt to re-use the lowest ID out of all returned IDs.

Trait Implementations

impl Debug for AllocPolicy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AllocPolicy

impl Sync for AllocPolicy