Struct rustfmt_nightly::config::IgnoreList
[−]
[src]
pub struct IgnoreList(_);
A set of directories, files and modules that rustfmt should ignore.
Methods
impl IgnoreList
[src]
Trait Implementations
impl Default for IgnoreList
[src]
fn default() -> IgnoreList
[src]
Returns the "default value" for a type. Read more
impl Clone for IgnoreList
[src]
fn clone(&self) -> IgnoreList
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for IgnoreList
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more