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

pub enum Effect {
    Simple,
    Reverse,
}

Text effect

Variants

Simple

No effect

Reverse

Reverses foreground and background colors

Trait Implementations

impl Debug for Effect
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for Effect
[src]

impl Clone for Effect
[src]

fn clone(&self) -> Effect

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