[][src]Enum rustfmt_nightly::Verbosity

pub enum Verbosity {
    Verbose,
    Normal,
    Quiet,
}

Variants

Verbose

Emit more.

Normal

Default.

Quiet

Emit as little as possible.

Trait Implementations

impl Eq for Verbosity[src]

impl Clone for Verbosity[src]

impl PartialEq<Verbosity> for Verbosity[src]

impl Copy for Verbosity[src]

impl Display for Verbosity[src]

impl Debug for Verbosity[src]

impl FromStr for Verbosity[src]

type Err = &'static str

The associated error which can be returned from parsing.

impl Serialize for Verbosity[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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

type Error = Infallible

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Erased for T[src]

impl<E> SpecializationError for E[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]