Enum rustfmt_nightly::config::ReturnIndent [] [src]

pub enum ReturnIndent {
    WithArgs,
    WithWhereClause,
}

Variants

Trait Implementations

impl Copy for ReturnIndent
[src]

impl Clone for ReturnIndent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ReturnIndent
[src]

impl PartialEq for ReturnIndent
[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 ReturnIndent
[src]

Formats the value using the given formatter.

impl Serialize for ReturnIndent
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl FromStr for ReturnIndent
[src]

The associated error which can be returned from parsing.

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

impl ConfigType for ReturnIndent
[src]

Returns hint text for use in Config::print_docs(). For enum types, this is a pipe-separated list of variants; for other types it returns "". Read more