pub enum DashboardStatic {
Dir(PathBuf),
Embedded(&'static [EmbeddedFile]),
}Expand description
Static dashboard source for the catch-all frontend routes.
Variants§
Dir(PathBuf)
Embedded(&'static [EmbeddedFile])
Auto Trait Implementations§
impl Freeze for DashboardStatic
impl RefUnwindSafe for DashboardStatic
impl Send for DashboardStatic
impl Sync for DashboardStatic
impl Unpin for DashboardStatic
impl UnsafeUnpin for DashboardStatic
impl UnwindSafe for DashboardStatic
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