pub struct App {
pub dir: String,
pub port: String,
pub path: String,
pub title: String,
pub sub_title: String,
pub table_heads: Vec<String>,
pub services: Vec<Service>,
}Expand description
应用程序控制器
Fields§
§dir: String§port: String§path: String§title: String§sub_title: String§table_heads: Vec<String>§services: Vec<Service>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for App
impl RefUnwindSafe for App
impl Send for App
impl Sync for App
impl Unpin for App
impl UnwindSafe for App
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