Struct rustfmt_nightly::config::options::IgnoreList
source · 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
sourceimpl IgnoreList
impl IgnoreList
pub fn add_prefix(&mut self, dir: &Path)
pub fn rustfmt_toml_path(&self) -> &Path
Trait Implementations
sourceimpl Clone for IgnoreList
impl Clone for IgnoreList
sourcefn clone(&self) -> IgnoreList
fn clone(&self) -> IgnoreList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl ConfigType for IgnoreList
impl ConfigType for IgnoreList
sourceimpl Debug for IgnoreList
impl Debug for IgnoreList
sourceimpl Default for IgnoreList
impl Default for IgnoreList
sourcefn default() -> IgnoreList
fn default() -> IgnoreList
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for IgnoreList
impl<'de> Deserialize<'de> for IgnoreList
sourcefn 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
sourceimpl Display for IgnoreList
impl Display for IgnoreList
sourceimpl FromStr for IgnoreList
impl FromStr for IgnoreList
sourceimpl<'a> IntoIterator for &'a IgnoreList
impl<'a> IntoIterator for &'a IgnoreList
sourceimpl PartialEq<IgnoreList> for IgnoreList
impl PartialEq<IgnoreList> for IgnoreList
sourcefn eq(&self, other: &IgnoreList) -> bool
fn eq(&self, other: &IgnoreList) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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