pub enum ThemeOption {
Background,
Foreground,
Selection,
Cursor,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeOption
impl RefUnwindSafe for ThemeOption
impl Send for ThemeOption
impl Sync for ThemeOption
impl Unpin for ThemeOption
impl UnwindSafe for ThemeOption
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