pub enum Theme {
Show 13 variants
Alternate,
Default,
Moon,
Purple,
Solarized,
BluePlanet,
Saturn,
Kepler,
Mars,
DeepSpace,
Elysiajs,
Fastify,
None,
}
Variants§
Alternate
Default
Moon
Purple
Solarized
BluePlanet
Saturn
Kepler
Mars
DeepSpace
Elysiajs
Fastify
None
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnwindSafe for Theme
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