Enum adapton::reflect::trace::AllocKind [] [src]

pub enum AllocKind {
    RefCell,
    Thunk,
}

Distinguish ref cell allocations from thunk allocations

Variants

Trait Implementations

impl Clone for AllocKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AllocKind
[src]

[src]

Formats the value using the given formatter.