Enum gerritlib::entities::ProjectState [] [src]

pub enum ProjectState {
    ACTIVE,
    READONLY,
    HIDDEN,
}

Variants

Trait Implementations

impl Debug for ProjectState
[src]

Formats the value using the given formatter.

impl Clone for ProjectState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more