pub struct Colorize { /* private fields */ }
Expand description
colorizes the strings, giving you the ability to customize some of the colorization process.
Implementations§
Auto Trait Implementations§
impl Freeze for Colorize
impl RefUnwindSafe for Colorize
impl Send for Colorize
impl Sync for Colorize
impl Unpin for Colorize
impl UnwindSafe for Colorize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more