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

pub enum Role {
    Editor,
    Archivist,
}

Variants

Trait Implementations

impl Clone for Role
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Role
[src]