pub struct Exact<P>(_);Expand description
A Filter matching an exact path segment.
Constructed from path() or path!().
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Exact<P>where
P: RefUnwindSafe,
impl<P> Send for Exact<P>where
P: Send,
impl<P> Sync for Exact<P>where
P: Sync,
impl<P> Unpin for Exact<P>where
P: Unpin,
impl<P> UnwindSafe for Exact<P>where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more