pub enum ThemeErrorKind {
AccessDevice,
WriteQuery(ThemeEntry),
ScanEscape(ThemeEntry),
ParseColor(ThemeEntry),
}
Expand description
The kinds of errors while querying a terminal for its color theme.
Variants§
Trait Implementations§
Source§impl Clone for ThemeErrorKind
impl Clone for ThemeErrorKind
Source§fn clone(&self) -> ThemeErrorKind
fn clone(&self) -> ThemeErrorKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ThemeErrorKind
impl Debug for ThemeErrorKind
impl Copy for ThemeErrorKind
Auto Trait Implementations§
impl Freeze for ThemeErrorKind
impl RefUnwindSafe for ThemeErrorKind
impl Send for ThemeErrorKind
impl Sync for ThemeErrorKind
impl Unpin for ThemeErrorKind
impl UnwindSafe for ThemeErrorKind
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