pub struct STYLE_REGISTRY { /* private fields */ }Expand description
Global registry for all scoped styles.
Trait Implementations§
Source§impl Deref for STYLE_REGISTRY
impl Deref for STYLE_REGISTRY
impl LazyStatic for STYLE_REGISTRY
Auto Trait Implementations§
impl Freeze for STYLE_REGISTRY
impl RefUnwindSafe for STYLE_REGISTRY
impl Send for STYLE_REGISTRY
impl Sync for STYLE_REGISTRY
impl Unpin for STYLE_REGISTRY
impl UnwindSafe for STYLE_REGISTRY
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