pub struct NoopTheme;Expand description
A no-op theme that returns text unchanged. Useful for testing components without needing a real theme.
Trait Implementations§
impl Copy for NoopTheme
Auto Trait Implementations§
impl Freeze for NoopTheme
impl RefUnwindSafe for NoopTheme
impl Send for NoopTheme
impl Sync for NoopTheme
impl Unpin for NoopTheme
impl UnsafeUnpin for NoopTheme
impl UnwindSafe for NoopTheme
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