pub struct Match<'a, 'r, T> {
pub route: &'a T,
pub params: RouteParams<'a, 'r>,
}Fields§
§route: &'a T§params: RouteParams<'a, 'r>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'r, T> Freeze for Match<'a, 'r, T>
impl<'a, 'r, T> RefUnwindSafe for Match<'a, 'r, T>where
T: RefUnwindSafe,
impl<'a, 'r, T> Send for Match<'a, 'r, T>where
T: Sync,
impl<'a, 'r, T> Sync for Match<'a, 'r, T>where
T: Sync,
impl<'a, 'r, T> Unpin for Match<'a, 'r, T>
impl<'a, 'r, T> UnwindSafe for Match<'a, 'r, T>where
T: RefUnwindSafe,
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