pub struct FilePreferences { /* private fields */ }Expand description
The framework’s file-backed store: one line per entry, key=value with the
value percent-escaped so newlines and equals signs round-trip.
Implementations§
Trait Implementations§
Source§impl Default for FilePreferences
Available on non-WebAssembly only.
impl Default for FilePreferences
Available on non-WebAssembly only.
Source§impl PreferencesStore for FilePreferences
Available on non-WebAssembly only.
impl PreferencesStore for FilePreferences
Available on non-WebAssembly only.
Auto Trait Implementations§
impl !Freeze for FilePreferences
impl RefUnwindSafe for FilePreferences
impl Send for FilePreferences
impl Sync for FilePreferences
impl Unpin for FilePreferences
impl UnsafeUnpin for FilePreferences
impl UnwindSafe for FilePreferences
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