pub struct InvalidPoint { /* private fields */ }
Trait Implementations§
Source§impl Debug for InvalidPoint
impl Debug for InvalidPoint
Source§impl Display for InvalidPoint
impl Display for InvalidPoint
Source§impl Error for InvalidPoint
impl Error for InvalidPoint
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<HorzAreaError<usize>> for InvalidPoint
impl From<HorzAreaError<usize>> for InvalidPoint
Source§fn from(source: HorzAreaError<usize>) -> Self
fn from(source: HorzAreaError<usize>) -> Self
Converts to this type from the input type.
Source§impl From<InvalidPoint> for AccessError
impl From<InvalidPoint> for AccessError
Source§fn from(source: InvalidPoint) -> Self
fn from(source: InvalidPoint) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidPoint
impl RefUnwindSafe for InvalidPoint
impl Send for InvalidPoint
impl Sync for InvalidPoint
impl Unpin for InvalidPoint
impl UnwindSafe for InvalidPoint
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