Type Alias starlark::values::enumeration::EnumType

source ·
pub type EnumType<'v> = EnumTypeGen<Value<'v>>;
Expand description

Unfrozen enum type.

Aliased Type§

struct EnumType<'v> { /* private fields */ }

Trait Implementations§

source§

impl<'v> AllocValue<'v> for EnumType<'v>

source§

fn alloc_value(self, heap: &'v Heap) -> Value<'v>

Allocate the value on a heap and return a reference to the allocated value. Read more