Struct console::StyledObject [−][src]
pub struct StyledObject<D> { /* fields omitted */ }A formatting wrapper that can be styled for a terminal.
Methods
impl<D> StyledObject<D>[src]
impl<D> StyledObject<D>pub fn force_styling(self, value: bool) -> StyledObject<D>[src]
pub fn force_styling(self, value: bool) -> StyledObject<D>Forces styling on or off.
This overrides the detection from clicolors-control.
pub fn fg(self, color: Color) -> StyledObject<D>[src]
pub fn fg(self, color: Color) -> StyledObject<D>Sets a foreground color.
pub fn bg(self, color: Color) -> StyledObject<D>[src]
pub fn bg(self, color: Color) -> StyledObject<D>Sets a background color.
pub fn attr(self, attr: Attribute) -> StyledObject<D>[src]
pub fn attr(self, attr: Attribute) -> StyledObject<D>Adds a attr.
pub fn black(self) -> StyledObject<D>[src]
pub fn black(self) -> StyledObject<D>pub fn red(self) -> StyledObject<D>[src]
pub fn red(self) -> StyledObject<D>pub fn green(self) -> StyledObject<D>[src]
pub fn green(self) -> StyledObject<D>pub fn yellow(self) -> StyledObject<D>[src]
pub fn yellow(self) -> StyledObject<D>pub fn blue(self) -> StyledObject<D>[src]
pub fn blue(self) -> StyledObject<D>pub fn magenta(self) -> StyledObject<D>[src]
pub fn magenta(self) -> StyledObject<D>pub fn cyan(self) -> StyledObject<D>[src]
pub fn cyan(self) -> StyledObject<D>pub fn white(self) -> StyledObject<D>[src]
pub fn white(self) -> StyledObject<D>pub fn on_black(self) -> StyledObject<D>[src]
pub fn on_black(self) -> StyledObject<D>pub fn on_red(self) -> StyledObject<D>[src]
pub fn on_red(self) -> StyledObject<D>pub fn on_green(self) -> StyledObject<D>[src]
pub fn on_green(self) -> StyledObject<D>pub fn on_yellow(self) -> StyledObject<D>[src]
pub fn on_yellow(self) -> StyledObject<D>pub fn on_blue(self) -> StyledObject<D>[src]
pub fn on_blue(self) -> StyledObject<D>pub fn on_magenta(self) -> StyledObject<D>[src]
pub fn on_magenta(self) -> StyledObject<D>pub fn on_cyan(self) -> StyledObject<D>[src]
pub fn on_cyan(self) -> StyledObject<D>pub fn on_white(self) -> StyledObject<D>[src]
pub fn on_white(self) -> StyledObject<D>pub fn bold(self) -> StyledObject<D>[src]
pub fn bold(self) -> StyledObject<D>pub fn dim(self) -> StyledObject<D>[src]
pub fn dim(self) -> StyledObject<D>pub fn italic(self) -> StyledObject<D>[src]
pub fn italic(self) -> StyledObject<D>pub fn underlined(self) -> StyledObject<D>[src]
pub fn underlined(self) -> StyledObject<D>pub fn blink(self) -> StyledObject<D>[src]
pub fn blink(self) -> StyledObject<D>pub fn reverse(self) -> StyledObject<D>[src]
pub fn reverse(self) -> StyledObject<D>Trait Implementations
impl<D: Clone> Clone for StyledObject<D>[src]
impl<D: Clone> Clone for StyledObject<D>fn clone(&self) -> StyledObject<D>[src]
fn clone(&self) -> StyledObject<D>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<D: Binary> Binary for StyledObject<D>[src]
impl<D: Binary> Binary for StyledObject<D>impl<D: Debug> Debug for StyledObject<D>[src]
impl<D: Debug> Debug for StyledObject<D>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<D: Display> Display for StyledObject<D>[src]
impl<D: Display> Display for StyledObject<D>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<D: LowerExp> LowerExp for StyledObject<D>[src]
impl<D: LowerExp> LowerExp for StyledObject<D>impl<D: LowerHex> LowerHex for StyledObject<D>[src]
impl<D: LowerHex> LowerHex for StyledObject<D>impl<D: Octal> Octal for StyledObject<D>[src]
impl<D: Octal> Octal for StyledObject<D>impl<D: Pointer> Pointer for StyledObject<D>[src]
impl<D: Pointer> Pointer for StyledObject<D>impl<D: UpperExp> UpperExp for StyledObject<D>[src]
impl<D: UpperExp> UpperExp for StyledObject<D>impl<D: UpperHex> UpperHex for StyledObject<D>[src]
impl<D: UpperHex> UpperHex for StyledObject<D>Auto Trait Implementations
impl<D> Send for StyledObject<D> where
D: Send,
impl<D> Send for StyledObject<D> where
D: Send, impl<D> Sync for StyledObject<D> where
D: Sync,
impl<D> Sync for StyledObject<D> where
D: Sync,