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