Enum cursive::theme::BorderStyle [] [src]

pub enum BorderStyle {
    Simple,
    Outset,
}

Specifies how some borders should be drawn.

Borders are used around Dialogs, select popups, and panels.

Variants

Simple

Simple borders.

Outset

Outset borders with a simple 3d effect.

Trait Implementations

impl Debug for BorderStyle
[src]

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

Formats the value using the given formatter.

impl Copy for BorderStyle
[src]

impl Clone for BorderStyle
[src]

fn clone(&self) -> BorderStyle

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