Enum spdlog::terminal_style::StyleMode
source · pub enum StyleMode {
Always,
Auto,
Never,
}
Expand description
Represents style enable mode.
Variants
Always
Always output style escape codes.
Auto
Output style escape codes only when the target is detected as a terminal.
Never
Always do not output style escape codes.
Trait Implementations
impl Copy for StyleMode
impl Eq for StyleMode
impl StructuralEq for StyleMode
impl StructuralPartialEq for StyleMode
Auto Trait Implementations
impl RefUnwindSafe for StyleMode
impl Send for StyleMode
impl Sync for StyleMode
impl Unpin for StyleMode
impl UnwindSafe for StyleMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more