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