Enum cursive::theme::BorderStyle
[−]
[src]
pub enum BorderStyle {
NoBorder,
Simple,
Outset,
}Specifies how some borders should be drawn.
Borders are used around Dialogs, select popups, and panels.
Variants
NoBorderDon't draw any border.
SimpleSimple borders.
OutsetOutset borders with a simple 3d effect.
Trait Implementations
impl Debug for BorderStyle[src]
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