Enum cursive::theme::Effect [] [src]

pub enum Effect {
    Simple,
    Reverse,
}

Text effect

Variants

No effect

Reverses foreground and background colors

Trait Implementations

impl Clone for Effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Effect
[src]

impl Debug for Effect
[src]

Formats the value using the given formatter.