Struct rustfmt_nightly::config::IgnoreList [] [src]

pub struct IgnoreList(_);

A set of directories, files and modules that rustfmt should ignore.

Methods

impl IgnoreList
[src]

[src]

[src]

Trait Implementations

impl Default for IgnoreList
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for IgnoreList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IgnoreList
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for IgnoreList