Enum crabgrab::feature::screenshot::ScreenshotError
source · pub enum ScreenshotError {
Other(String),
}
Expand description
Represents an error while taking a screenshot
Variants§
Trait Implementations§
source§impl Debug for ScreenshotError
impl Debug for ScreenshotError
source§impl Display for ScreenshotError
impl Display for ScreenshotError
source§impl Error for ScreenshotError
impl Error for ScreenshotError
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
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Send for ScreenshotError
impl Sync for ScreenshotError
Auto Trait Implementations§
impl Freeze for ScreenshotError
impl RefUnwindSafe for ScreenshotError
impl Unpin for ScreenshotError
impl UnwindSafe for ScreenshotError
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