Enum workflow_terminal::terminal::xterm::ThemeOption
source · pub enum ThemeOption {
Background,
Foreground,
Selection,
Cursor,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
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