pub struct LightTheme;
Expand description
Simple light theme implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LightTheme
impl RefUnwindSafe for LightTheme
impl Send for LightTheme
impl Sync for LightTheme
impl Unpin for LightTheme
impl UnwindSafe for LightTheme
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