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

pub enum BorderStyle {
    Simple,
    Outset,
    None,
}

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.

No borders.

Trait Implementations

impl Clone for BorderStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BorderStyle
[src]

impl Debug for BorderStyle
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BorderStyle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for BorderStyle
[src]

impl Hash for BorderStyle
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more