[][src]Enum rustfmt_nightly::Color

pub enum Color {
    Always,
    Never,
    Auto,
}

Variants

Always

Always use color, whether it is a piped or terminal output

Never

Never use color

Auto

Automatically use color, if supported by terminal

Methods

impl Color[src]

pub fn use_colored_tty(self) -> bool[src]

Whether we should use a coloured terminal.

Trait Implementations

impl Clone for Color[src]

impl Copy for Color[src]

impl Eq for Color[src]

impl PartialEq<Color> for Color[src]

impl Debug for Color[src]

impl Display for Color[src]

impl FromStr for Color[src]

type Err = &'static str

The associated error which can be returned from parsing.

impl StructuralPartialEq for Color[src]

impl StructuralEq for Color[src]

impl Serialize for Color[src]

impl<'de> Deserialize<'de> for Color[src]

Auto Trait Implementations

impl Send for Color

impl Sync for Color

impl Unpin for Color

impl UnwindSafe for Color

impl RefUnwindSafe for Color

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<E> SpecializationError for E[src]

impl<T> Erased for T[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]