Enum rustfmt_config::lists::SeparatorPlace [] [src]

pub enum SeparatorPlace {
    Front,
    Back,
}

Where to put separator.

Variants

Methods

impl SeparatorPlace
[src]

[src]

[src]

[src]

Trait Implementations

impl Eq for SeparatorPlace
[src]

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

[src]

Formats the value using the given formatter. Read more

impl Copy for SeparatorPlace
[src]

impl Clone for SeparatorPlace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for SeparatorPlace
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

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