pub struct StandardDataDictionaryRegistry { /* private fields */ }Expand description
The data struct actually containing the standard dictionary.
This structure is made opaque via the unit type StandardDataDictionary,
which provides a lazy loaded singleton.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StandardDataDictionaryRegistry
impl Send for StandardDataDictionaryRegistry
impl Sync for StandardDataDictionaryRegistry
impl Unpin for StandardDataDictionaryRegistry
impl UnwindSafe for StandardDataDictionaryRegistry
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