pub struct PathRegex { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for PathRegex
Auto Trait Implementations§
impl Freeze for PathRegex
impl RefUnwindSafe for PathRegex
impl Send for PathRegex
impl Sync for PathRegex
impl Unpin for PathRegex
impl UnwindSafe for PathRegex
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