Enum dev_scope::shared::prelude::CaptureError
source · pub enum CaptureError {
IoError {
error: Error,
},
MissingShExec {
name: String,
},
FromUtf8Error {
error: FromUtf8Error,
},
}
Variants§
Trait Implementations§
source§impl Debug for CaptureError
impl Debug for CaptureError
source§impl Display for CaptureError
impl Display for CaptureError
source§impl Error for CaptureError
impl Error for CaptureError
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 CaptureError
impl From<Error> for CaptureError
source§impl From<FromUtf8Error> for CaptureError
impl From<FromUtf8Error> for CaptureError
source§fn from(source: FromUtf8Error) -> Self
fn from(source: FromUtf8Error) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for CaptureError
impl Send for CaptureError
impl Sync for CaptureError
impl Unpin for CaptureError
impl !UnwindSafe for CaptureError
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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