pub struct ColorSupport {
pub stdout: ColorInfo,
pub stderr: ColorInfo,
}
Expand description
Struct representing color support for standard output and standard error streams.
Fields§
§stdout: ColorInfo
Color support information for standard output stream.
stderr: ColorInfo
Color support information for standard error stream.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorSupport
impl RefUnwindSafe for ColorSupport
impl Send for ColorSupport
impl Sync for ColorSupport
impl Unpin for ColorSupport
impl UnwindSafe for ColorSupport
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