pub struct SpaService {
pub index_file: Arc<String>,
pub static_resources_location: Arc<String>,
pub files: Files,
pub path_tree: Arc<PathTree<String>>,
}
Expand description
Struct to represent the finalized SPA service
Fields§
§index_file: Arc<String>
§static_resources_location: Arc<String>
§files: Files
§path_tree: Arc<PathTree<String>>
Trait Implementations§
Source§impl Debug for SpaService
impl Debug for SpaService
Source§impl HttpServiceFactory for SpaService
impl HttpServiceFactory for SpaService
fn register(self, config: &mut AppService)
Auto Trait Implementations§
impl Freeze for SpaService
impl !RefUnwindSafe for SpaService
impl !Send for SpaService
impl !Sync for SpaService
impl Unpin for SpaService
impl !UnwindSafe for SpaService
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