pub struct DynamicMatcher { /* private fields */ }
Expand description
Dynamic path segment matcher.
This struct is constructed via the DynamicParser
and assumes that any
incoming path segment is a candidate for matching.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicMatcher
impl RefUnwindSafe for DynamicMatcher
impl Send for DynamicMatcher
impl Sync for DynamicMatcher
impl Unpin for DynamicMatcher
impl UnwindSafe for DynamicMatcher
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