Enum crabgrab::feature::bitmap::VideoFrameBitmapError
source · pub enum VideoFrameBitmapError {
Other(String),
}
Expand description
Represents an error while generating a frame bitmap
Variants§
Trait Implementations§
source§impl Clone for VideoFrameBitmapError
impl Clone for VideoFrameBitmapError
source§fn clone(&self) -> VideoFrameBitmapError
fn clone(&self) -> VideoFrameBitmapError
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 VideoFrameBitmapError
impl Debug for VideoFrameBitmapError
source§impl Display for VideoFrameBitmapError
impl Display for VideoFrameBitmapError
source§impl Error for VideoFrameBitmapError
impl Error for VideoFrameBitmapError
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()
Auto Trait Implementations§
impl Freeze for VideoFrameBitmapError
impl RefUnwindSafe for VideoFrameBitmapError
impl Send for VideoFrameBitmapError
impl Sync for VideoFrameBitmapError
impl Unpin for VideoFrameBitmapError
impl UnwindSafe for VideoFrameBitmapError
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