pub struct Glob<'a> {
pub matcher: GlobMatcher,
/* private fields */
}Expand description
Wrapper type for glob matching.
This type is created by Builder::build_glob for a single glob on which no transformations
or path resolutions have been performed.
Fields§
§matcher: GlobMatcherAssociated matcher.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Glob<'a>
impl<'a> RefUnwindSafe for Glob<'a>
impl<'a> Send for Glob<'a>
impl<'a> Sync for Glob<'a>
impl<'a> Unpin for Glob<'a>
impl<'a> UnwindSafe for Glob<'a>
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