pub struct BuiltForm(/* private fields */);Expand description
Implementations§
Source§impl BuiltForm
impl BuiltForm
Sourcepub fn underlined(self) -> Self
pub fn underlined(self) -> Self
Applies the
underlined
atribute to this Form
Sourcepub fn slow_blink(self) -> Self
pub fn slow_blink(self) -> Self
Applies the
slow_blink
atribute to this Form
Sourcepub fn rapid_blink(self) -> Self
pub fn rapid_blink(self) -> Self
Applies the
rapid_blink
atribute to this Form
Applies the
hidden
atribute to this Form
Sourcepub fn crossed_out(self) -> Self
pub fn crossed_out(self) -> Self
Applies the
crossed_out
atribute to this Form
Sourcepub fn underline_black(self) -> Self
pub fn underline_black(self) -> Self
Sourcepub fn on_dark_grey(self) -> Self
pub fn on_dark_grey(self) -> Self
Turns the background of this Form
dark_grey
Sourcepub fn underline_dark_grey(self) -> Self
pub fn underline_dark_grey(self) -> Self
Sourcepub fn underline_red(self) -> Self
pub fn underline_red(self) -> Self
Sourcepub fn on_dark_red(self) -> Self
pub fn on_dark_red(self) -> Self
Turns the background of this Form
dark_red
Sourcepub fn underline_dark_red(self) -> Self
pub fn underline_dark_red(self) -> Self
Sourcepub fn underline_green(self) -> Self
pub fn underline_green(self) -> Self
Sourcepub fn dark_green(self) -> Self
pub fn dark_green(self) -> Self
Turns the foreground of this Form
dark_green
Sourcepub fn on_dark_green(self) -> Self
pub fn on_dark_green(self) -> Self
Turns the background of this Form
dark_green
Sourcepub fn underline_dark_green(self) -> Self
pub fn underline_dark_green(self) -> Self
Sourcepub fn underline_yellow(self) -> Self
pub fn underline_yellow(self) -> Self
Sourcepub fn dark_yellow(self) -> Self
pub fn dark_yellow(self) -> Self
Turns the foreground of this Form
dark_yellow
Sourcepub fn on_dark_yellow(self) -> Self
pub fn on_dark_yellow(self) -> Self
Turns the background of this Form
dark_yellow
Sourcepub fn underline_dark_yellow(self) -> Self
pub fn underline_dark_yellow(self) -> Self
Sourcepub fn underline_blue(self) -> Self
pub fn underline_blue(self) -> Self
Sourcepub fn on_dark_blue(self) -> Self
pub fn on_dark_blue(self) -> Self
Turns the background of this Form
dark_blue
Sourcepub fn underline_dark_blue(self) -> Self
pub fn underline_dark_blue(self) -> Self
Sourcepub fn on_magenta(self) -> Self
pub fn on_magenta(self) -> Self
Turns the background of this Form
magenta
Sourcepub fn underline_magenta(self) -> Self
pub fn underline_magenta(self) -> Self
Sourcepub fn dark_magenta(self) -> Self
pub fn dark_magenta(self) -> Self
Turns the foreground of this Form
dark_magenta
Sourcepub fn on_dark_magenta(self) -> Self
pub fn on_dark_magenta(self) -> Self
Turns the background of this Form
dark_magenta
Sourcepub fn underline_dark_magenta(self) -> Self
pub fn underline_dark_magenta(self) -> Self
Sourcepub fn underline_cyan(self) -> Self
pub fn underline_cyan(self) -> Self
Sourcepub fn on_dark_cyan(self) -> Self
pub fn on_dark_cyan(self) -> Self
Turns the background of this Form
dark_cyan
Sourcepub fn underline_dark_cyan(self) -> Self
pub fn underline_dark_cyan(self) -> Self
Sourcepub fn underline_white(self) -> Self
pub fn underline_white(self) -> Self
Sourcepub fn underline_grey(self) -> Self
pub fn underline_grey(self) -> Self
Sourcepub fn finished(self) -> Self
pub fn finished(self) -> Self
Makes this Form finished
A finished style is one that cannot be superseeded. That is, if this style sets a foreground, while it is active, new styles may not modify the color of the foreground.
Sourcepub fn double_underlined(self) -> Self
pub fn double_underlined(self) -> Self
Applies the double_underlined attribute to this Form
Sourcepub fn undercurled(self) -> Self
pub fn undercurled(self) -> Self
Applies the undercurled attribute to this Form
Sourcepub fn underdashed(self) -> Self
pub fn underdashed(self) -> Self
Applies the underdashed attribute to this Form