pub struct Decor {
Show 38 fields pub blank: char, pub up_bold_down_bold: char, pub right_bold_left_bold: char, pub right_bold_down_bold: char, pub down_bold_left_bold: char, pub up_bold_right_bold: char, pub up_bold_left_bold: char, pub up_bold_right_thin_down_bold: char, pub up_bold_right_bold_down_bold: char, pub up_bold_down_bold_left_thin: char, pub up_bold_down_bold_left_bold: char, pub right_bold_down_thin_left_bold: char, pub right_bold_down_bold_left_bold: char, pub up_thin_right_bold_left_bold: char, pub up_bold_right_bold_left_bold: char, pub up_thin_right_bold_down_thin_left_bold: char, pub up_bold_right_thin_down_bold_left_thin: char, pub up_bold_right_bold_down_bold_left_bold: char, pub right_thin_left_thin: char, pub up_thin_down_thin: char, pub right_thin_down_thin: char, pub down_thin_left_thin: char, pub up_thin_right_thin: char, pub up_thin_left_thin: char, pub up_thin_right_thin_down_thin: char, pub up_thin_down_thin_left_thin: char, pub right_thin_down_thin_left_thin: char, pub up_thin_right_thin_left_thin: char, pub up_thin_right_thin_down_thin_left_thin: char, pub up_thin: char, pub right_thin: char, pub down_thin: char, pub left_thin: char, pub print_escape_codes: bool, pub draw_outer_border: bool, pub draw_inner_horizontal_border: bool, pub remap_thin_to: Line, pub remap_bold_to: Line,
}

Fields

blank: charup_bold_down_bold: charright_bold_left_bold: charright_bold_down_bold: chardown_bold_left_bold: charup_bold_right_bold: charup_bold_left_bold: charup_bold_right_thin_down_bold: charup_bold_right_bold_down_bold: charup_bold_down_bold_left_thin: charup_bold_down_bold_left_bold: charright_bold_down_thin_left_bold: charright_bold_down_bold_left_bold: charup_thin_right_bold_left_bold: charup_bold_right_bold_left_bold: charup_thin_right_bold_down_thin_left_bold: charup_bold_right_thin_down_bold_left_thin: charup_bold_right_bold_down_bold_left_bold: charright_thin_left_thin: charup_thin_down_thin: charright_thin_down_thin: chardown_thin_left_thin: charup_thin_right_thin: charup_thin_left_thin: charup_thin_right_thin_down_thin: charup_thin_down_thin_left_thin: charright_thin_down_thin_left_thin: charup_thin_right_thin_left_thin: charup_thin_right_thin_down_thin_left_thin: charup_thin: charright_thin: chardown_thin: charleft_thin: charprint_escape_codes: booldraw_outer_border: booldraw_inner_horizontal_border: boolremap_thin_to: Lineremap_bold_to: Line

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.