pub enum Color {
Always,
Never,
Auto,
}
Expand description
Color configuration for the output of cargo rustdoc
.
Variants§
Always
Always output colors.
Never
Never output colors.
Auto
Cargo will decide whether to output colors based on the tty type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Color
impl RefUnwindSafe for Color
impl Send for Color
impl Sync for Color
impl Unpin for Color
impl UnwindSafe for Color
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