pub struct SettingsStore { /* private fields */ }Implementations§
Source§impl SettingsStore
impl SettingsStore
Auto Trait Implementations§
impl Freeze for SettingsStore
impl RefUnwindSafe for SettingsStore
impl Send for SettingsStore
impl Sync for SettingsStore
impl Unpin for SettingsStore
impl UnsafeUnpin for SettingsStore
impl UnwindSafe for SettingsStore
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