pub struct Matched<R: Router> {
pub router: R,
pub index: R::Index,
}Fields§
§router: R§index: R::IndexTrait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Matched<R>
impl<R> RefUnwindSafe for Matched<R>
impl<R> Send for Matched<R>
impl<R> Sync for Matched<R>
impl<R> Unpin for Matched<R>
impl<R> UnwindSafe for Matched<R>
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