Struct relay_common::glob2::GlobMatcher
source · pub struct GlobMatcher<T> { /* private fields */ }
Expand description
Helper for glob matching
Implementations§
source§impl<T: Clone> GlobMatcher<T>
impl<T: Clone> GlobMatcher<T>
sourcepub fn new() -> GlobMatcher<T>
pub fn new() -> GlobMatcher<T>
Initializes an empty matcher
Trait Implementations§
source§impl<T: Debug> Debug for GlobMatcher<T>
impl<T: Debug> Debug for GlobMatcher<T>
source§impl<T: Clone> Default for GlobMatcher<T>
impl<T: Clone> Default for GlobMatcher<T>
source§fn default() -> GlobMatcher<T>
fn default() -> GlobMatcher<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for GlobMatcher<T>
impl<T> RefUnwindSafe for GlobMatcher<T>where
T: RefUnwindSafe,
impl<T> Send for GlobMatcher<T>where
T: Send,
impl<T> Sync for GlobMatcher<T>where
T: Sync,
impl<T> Unpin for GlobMatcher<T>where
T: Unpin,
impl<T> UnwindSafe for GlobMatcher<T>where
T: UnwindSafe,
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