pub struct Routes<T = &'static str> {
pub pages: PageRoutes<T>,
pub redirects: RedirectRoutes<T>,
pub actions: ActionRoutes<T>,
}
Fields§
§pages: PageRoutes<T>
§redirects: RedirectRoutes<T>
§actions: ActionRoutes<T>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Routes<T>where
T: Freeze,
impl<T> RefUnwindSafe for Routes<T>where
T: RefUnwindSafe,
impl<T> Send for Routes<T>where
T: Send,
impl<T> Sync for Routes<T>where
T: Sync,
impl<T> Unpin for Routes<T>where
T: Unpin,
impl<T> UnwindSafe for Routes<T>where
T: UnwindSafe,
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