Enum term_detect::DetectionError
source · pub enum DetectionError {
VarError(VarError),
IoError(Error),
UnsupportedDesktopError,
DEFindError,
FindError,
MetaError(Vec<DetectionError>),
}
Variants§
VarError(VarError)
IoError(Error)
UnsupportedDesktopError
DEFindError
FindError
MetaError(Vec<DetectionError>)
Trait Implementations§
source§impl Debug for DetectionError
impl Debug for DetectionError
source§impl Display for DetectionError
impl Display for DetectionError
source§impl Error for DetectionError
impl Error for DetectionError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for DetectionError
impl From<Error> for DetectionError
Auto Trait Implementations§
impl !RefUnwindSafe for DetectionError
impl Send for DetectionError
impl Sync for DetectionError
impl Unpin for DetectionError
impl !UnwindSafe for DetectionError
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