pub struct AppConfig {
pub name: String,
}
Expand description
AppConfig
stores the configuration for each App
.
For now, it only stores the name of the app.
Fieldsยง
ยงname: String
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for AppConfig
impl RefUnwindSafe for AppConfig
impl Send for AppConfig
impl Sync for AppConfig
impl Unpin for AppConfig
impl UnwindSafe for AppConfig
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