pub struct GeckoPrefStoreState {
pub gecko_prefs_with_state: MapOfFeatureIdToPropertyNameToGeckoPrefState,
}
Fields§
§gecko_prefs_with_state: MapOfFeatureIdToPropertyNameToGeckoPrefState
Implementations§
Source§impl GeckoPrefStoreState
impl GeckoPrefStoreState
pub fn update_pref_state(&mut self, new_pref_state: &GeckoPrefState) -> bool
Trait Implementations§
Source§impl Default for GeckoPrefStoreState
impl Default for GeckoPrefStoreState
Source§fn default() -> GeckoPrefStoreState
fn default() -> GeckoPrefStoreState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GeckoPrefStoreState
impl RefUnwindSafe for GeckoPrefStoreState
impl Send for GeckoPrefStoreState
impl Sync for GeckoPrefStoreState
impl Unpin for GeckoPrefStoreState
impl UnwindSafe for GeckoPrefStoreState
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
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
Create a new handle for an Arc value Read more
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
Clone a handle Read more
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>
Read more