Struct rustfmt_nightly::config::options::IgnoreList
source · pub struct IgnoreList {
path_set: HashSet<PathBuf>,
rustfmt_toml_path: PathBuf,
}
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§
source§impl IgnoreList
impl IgnoreList
pub fn add_prefix(&mut self, dir: &Path)
pub fn rustfmt_toml_path(&self) -> &Path
Trait Implementations§
source§impl Clone for IgnoreList
impl Clone for IgnoreList
source§fn clone(&self) -> IgnoreList
fn clone(&self) -> IgnoreList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl ConfigType for IgnoreList
impl ConfigType for IgnoreList
source§impl Debug for IgnoreList
impl Debug for IgnoreList
source§impl Default for IgnoreList
impl Default for IgnoreList
source§fn default() -> IgnoreList
fn default() -> IgnoreList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IgnoreList
impl<'de> Deserialize<'de> for IgnoreList
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for IgnoreList
impl Display for IgnoreList
source§impl FromStr for IgnoreList
impl FromStr for IgnoreList
source§impl<'a> IntoIterator for &'a IgnoreList
impl<'a> IntoIterator for &'a IgnoreList
source§impl PartialEq<IgnoreList> for IgnoreList
impl PartialEq<IgnoreList> for IgnoreList
source§fn eq(&self, other: &IgnoreList) -> bool
fn eq(&self, other: &IgnoreList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IgnoreList
impl Serialize for IgnoreList
impl StructuralPartialEq for IgnoreList
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,
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