pub struct WildMatch { /* private fields */ }
Expand description
Wildcard matcher used to match strings.
Implementations
Trait Implementations
impl StructuralPartialEq for WildMatch
Auto Trait Implementations
impl RefUnwindSafe for WildMatch
impl Send for WildMatch
impl Sync for WildMatch
impl Unpin for WildMatch
impl UnwindSafe for WildMatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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