Struct hel_colored::ANSIStringBuilder
source · pub struct ANSIStringBuilder { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ANSIStringBuilder
impl Clone for ANSIStringBuilder
source§fn clone(&self) -> ANSIStringBuilder
fn clone(&self) -> ANSIStringBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Colored for ANSIStringBuilder
impl Colored for ANSIStringBuilder
type Output = ANSIStringBuilder
fn blue(self) -> Self::Output
fn cyan(self) -> Self::Output
fn green(self) -> Self::Output
fn magenta(self) -> Self::Output
fn orange(self) -> Self::Output
fn red(self) -> Self::Output
fn yellow(self) -> Self::Output
fn on_blue(self) -> Self::Output
fn on_cyan(self) -> Self::Output
fn on_green(self) -> Self::Output
fn on_magenta(self) -> Self::Output
fn on_orange(self) -> Self::Output
fn on_red(self) -> Self::Output
fn on_yellow(self) -> Self::Output
fn rgb(self, rgb: (u8, u8, u8)) -> Self::Output
fn on_rgb(self, rgb: (u8, u8, u8)) -> Self::Output
source§impl Debug for ANSIStringBuilder
impl Debug for ANSIStringBuilder
source§impl Default for ANSIStringBuilder
impl Default for ANSIStringBuilder
source§fn default() -> ANSIStringBuilder
fn default() -> ANSIStringBuilder
Returns the “default value” for a type. Read more