pub struct StyleRegistry { /* private fields */ }Expand description
Registry that tracks all scoped styles in the application.
Implementations§
Source§impl StyleRegistry
impl StyleRegistry
Trait Implementations§
Source§impl Debug for StyleRegistry
impl Debug for StyleRegistry
Source§impl Default for StyleRegistry
impl Default for StyleRegistry
Source§fn default() -> StyleRegistry
fn default() -> StyleRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StyleRegistry
impl RefUnwindSafe for StyleRegistry
impl Send for StyleRegistry
impl Sync for StyleRegistry
impl Unpin for StyleRegistry
impl UnwindSafe for StyleRegistry
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