pub struct IgnorerSet { /* private fields */ }Expand description
A set of ignorers
Implementations§
Trait Implementations§
Source§impl Default for IgnorerSet
 
impl Default for IgnorerSet
Source§fn default() -> IgnorerSet
 
fn default() -> IgnorerSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IgnorerSet
impl !RefUnwindSafe for IgnorerSet
impl Send for IgnorerSet
impl !Sync for IgnorerSet
impl Unpin for IgnorerSet
impl !UnwindSafe for IgnorerSet
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