Enum concolor_clap::ColorChoice
source · [−]pub enum ColorChoice {
Auto,
Always,
Never,
}Expand description
Argument value for when to color output
Variants
Auto
Always
Never
Implementations
Report all possible_values
Trait Implementations
All possible argument values, in display order.
The canonical argument value. Read more
Auto Trait Implementations
impl RefUnwindSafe for ColorChoice
impl Send for ColorChoice
impl Sync for ColorChoice
impl Unpin for ColorChoice
impl UnwindSafe for ColorChoice
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.