Enum gerritlib::entities::ProjectState
[−]
[src]
pub enum ProjectState {
ACTIVE,
READONLY,
HIDDEN,
}Variants
ACTIVEREADONLYHIDDENTrait Implementations
impl Debug for ProjectState[src]
impl Clone for ProjectState[src]
fn clone(&self) -> ProjectState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more