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 borders.

Outset borders with a simple 3d effect.

Trait Implementations

impl Clone for BorderStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BorderStyle
[src]

impl Debug for BorderStyle
[src]

Formats the value using the given formatter.