pub struct Clipper2Exception { /* private fields */ }Expand description
Exception type for Clipper2 errors Direct port from clipper.core.h line 27
Implementations§
Trait Implementations§
Source§impl Clone for Clipper2Exception
impl Clone for Clipper2Exception
Source§fn clone(&self) -> Clipper2Exception
fn clone(&self) -> Clipper2Exception
Returns a duplicate 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 Clipper2Exception
impl Debug for Clipper2Exception
Source§impl Display for Clipper2Exception
impl Display for Clipper2Exception
Source§impl Error for Clipper2Exception
impl Error for Clipper2Exception
1.30.0 · 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 PartialEq for Clipper2Exception
impl PartialEq for Clipper2Exception
impl Eq for Clipper2Exception
impl StructuralPartialEq for Clipper2Exception
Auto Trait Implementations§
impl Freeze for Clipper2Exception
impl RefUnwindSafe for Clipper2Exception
impl Send for Clipper2Exception
impl Sync for Clipper2Exception
impl Unpin for Clipper2Exception
impl UnwindSafe for Clipper2Exception
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