Expand description
Top-level routes data structure for V1 AP1
Fields
auth: Auth
Authentication routes
home: &'static str
home page
dash: Dash
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pages
impl Send for Pages
impl Sync for Pages
impl Unpin for Pages
impl UnwindSafe for Pages
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