pub struct SettingsContainer { /* private fields */ }Expand description
Typically RwLock protected container for global settings HashMap key by submod e.g. au
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsContainer
impl RefUnwindSafe for SettingsContainer
impl Send for SettingsContainer
impl Sync for SettingsContainer
impl Unpin for SettingsContainer
impl UnsafeUnpin for SettingsContainer
impl UnwindSafe for SettingsContainer
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