pub struct Ignores {
pub set: BTreeSet<String>,
}
Expand description
The set of file names which we will ignore at any level.
Fields§
§set: BTreeSet<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Ignores
impl<'de> Deserialize<'de> for Ignores
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 PartialEq for Ignores
impl PartialEq for Ignores
impl Eq for Ignores
impl StructuralPartialEq for Ignores
Auto Trait Implementations§
impl Freeze for Ignores
impl RefUnwindSafe for Ignores
impl Send for Ignores
impl Sync for Ignores
impl Unpin for Ignores
impl UnwindSafe for Ignores
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