Struct rustfmt_config::WidthHeuristics [] [src]

pub struct WidthHeuristics {
    pub fn_call_width: usize,
    pub struct_lit_width: usize,
    pub struct_variant_width: usize,
    pub array_width: usize,
    pub chain_width: usize,
    pub single_line_if_else_max_width: usize,
}

Fields

Methods

impl WidthHeuristics
[src]

[src]

[src]

Trait Implementations

impl Clone for WidthHeuristics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WidthHeuristics
[src]

[src]

Formats the value using the given formatter. Read more

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