Enum rustfmt_nightly::config::MultilineStyle [] [src]

pub enum MultilineStyle {
    PreferSingle,
    ForceMulti,
}

Variants

Methods

impl MultilineStyle
[src]

Trait Implementations

impl Copy for MultilineStyle
[src]

impl Clone for MultilineStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MultilineStyle
[src]

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

Formats the value using the given formatter.

impl Serialize for MultilineStyle
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl FromStr for MultilineStyle
[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 MultilineStyle
[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