pub(crate) struct PREFS {
pub(crate) __private_field: (),
}
Fields§
§__private_field: ()
Methods from Deref<Target = Preferences>§
Trait Implementations§
source§impl Deref for PREFS
impl Deref for PREFS
source§type Target = Preferences
type Target = Preferences
The resulting type after dereferencing.
source§fn deref(&self) -> &Preferences
fn deref(&self) -> &Preferences
Dereferences the value.
impl LazyStatic for PREFS
Auto Trait Implementations§
impl Freeze for PREFS
impl RefUnwindSafe for PREFS
impl Send for PREFS
impl Sync for PREFS
impl Unpin for PREFS
impl UnwindSafe for PREFS
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