Enum rustfmt_nightly::EmitMode[][src]

pub enum EmitMode {
    Files,
    Stdout,
    Coverage,
    Checkstyle,
    ModifiedLines,
    Diff,
}

Variants

Trait Implementations

impl Copy for EmitMode
[src]

impl Clone for EmitMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for EmitMode
[src]

impl PartialEq for EmitMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for EmitMode
[src]

Formats the value using the given formatter. Read more

impl Serialize for EmitMode
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl FromStr for EmitMode
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Default for EmitMode
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for EmitMode

impl Sync for EmitMode