Enum rustfmt_config::TypeDensity [] [src]

pub enum TypeDensity {
    Compressed,
    Wide,
}

Variants

Trait Implementations

impl Copy for TypeDensity
[src]

impl Clone for TypeDensity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for TypeDensity
[src]

impl PartialEq for TypeDensity
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for TypeDensity
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for TypeDensity
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl FromStr for TypeDensity
[src]

The associated error which can be returned from parsing.

[src]

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

Auto Trait Implementations

impl Send for TypeDensity

impl Sync for TypeDensity