pub struct InvalidCanvasIndex { /* private fields */ }
Trait Implementations§
Source§impl Debug for InvalidCanvasIndex
impl Debug for InvalidCanvasIndex
Source§impl Display for InvalidCanvasIndex
impl Display for InvalidCanvasIndex
Source§impl Error for InvalidCanvasIndex
impl Error for InvalidCanvasIndex
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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<InvalidArea<usize>> for InvalidCanvasIndex
impl From<InvalidArea<usize>> for InvalidCanvasIndex
Source§fn from(source: InvalidArea<usize>) -> Self
fn from(source: InvalidArea<usize>) -> Self
Converts to this type from the input type.
Source§impl From<InvalidCanvasIndex> for Error
impl From<InvalidCanvasIndex> for Error
Source§fn from(source: InvalidCanvasIndex) -> Self
fn from(source: InvalidCanvasIndex) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidCanvasIndex
impl RefUnwindSafe for InvalidCanvasIndex
impl Send for InvalidCanvasIndex
impl Sync for InvalidCanvasIndex
impl Unpin for InvalidCanvasIndex
impl UnwindSafe for InvalidCanvasIndex
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