pub struct PathMatchBuilder { /* private fields */ }Expand description
Builds a PathMatch which can match against multiple expressions.
Implementations§
Source§impl PathMatchBuilder
impl PathMatchBuilder
Sourcepub fn new(separator: &str) -> PathMatchBuilder
pub fn new(separator: &str) -> PathMatchBuilder
Constructs a PathMatchBuilder where paths to be matched will use the
supplied separator.
Auto Trait Implementations§
impl Freeze for PathMatchBuilder
impl RefUnwindSafe for PathMatchBuilder
impl Send for PathMatchBuilder
impl Sync for PathMatchBuilder
impl Unpin for PathMatchBuilder
impl UnwindSafe for PathMatchBuilder
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