Enum rusty_x::ProjectOperation[][src]

pub enum ProjectOperation {
    Exist(Project),
    NotExist(Project),
}

Variants

Auto Trait Implementations