Struct rustfmt_nightly::config::options::IgnoreList [−][src]
Expand description
A set of directories, files and modules that rustfmt should ignore.
Fields
path_set: HashSet<PathBuf>
A set of path specified in rustfmt.toml.
rustfmt_toml_path: PathBuf
A path to rustfmt.toml.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IgnoreList
impl Send for IgnoreList
impl Sync for IgnoreList
impl Unpin for IgnoreList
impl UnwindSafe for IgnoreList
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes