pub struct AppCfg { /* private fields */ }Expand description
App configuration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppCfg
impl RefUnwindSafe for AppCfg
impl Send for AppCfg
impl Sync for AppCfg
impl Unpin for AppCfg
impl UnwindSafe for AppCfg
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