Struct prototty_elements::border::BorderChars [] [src]

pub struct BorderChars {
    pub top: char,
    pub bottom: char,
    pub left: char,
    pub right: char,
    pub top_left: char,
    pub top_right: char,
    pub bottom_left: char,
    pub bottom_right: char,
    pub before_title: char,
    pub after_title: char,
}

The characters comprising a border. By default, borders are made of unicode box-drawing characters, but they can be changed to arbitrary characters via this struct.

Fields

Trait Implementations

impl Debug for BorderChars
[src]

[src]

Formats the value using the given formatter.

impl Clone for BorderChars
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for BorderChars
[src]

[src]

Returns the "default value" for a type. Read more