pub struct CgalLinkingException;Expand description
The CGAL Linking Exception.
Trait Implementations§
Source§impl Clone for CgalLinkingException
impl Clone for CgalLinkingException
Source§fn clone(&self) -> CgalLinkingException
fn clone(&self) -> CgalLinkingException
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 CgalLinkingException
impl Debug for CgalLinkingException
Source§impl Default for CgalLinkingException
impl Default for CgalLinkingException
Source§fn default() -> CgalLinkingException
fn default() -> CgalLinkingException
Returns the “default value” for a type. Read more
Source§impl Exception for CgalLinkingException
impl Exception for CgalLinkingException
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
Source§impl Hash for CgalLinkingException
impl Hash for CgalLinkingException
Source§impl Ord for CgalLinkingException
impl Ord for CgalLinkingException
Source§fn cmp(&self, other: &CgalLinkingException) -> Ordering
fn cmp(&self, other: &CgalLinkingException) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CgalLinkingException
impl PartialEq for CgalLinkingException
Source§impl PartialOrd for CgalLinkingException
impl PartialOrd for CgalLinkingException
impl Copy for CgalLinkingException
impl Eq for CgalLinkingException
impl StructuralPartialEq for CgalLinkingException
Auto Trait Implementations§
impl Freeze for CgalLinkingException
impl RefUnwindSafe for CgalLinkingException
impl Send for CgalLinkingException
impl Sync for CgalLinkingException
impl Unpin for CgalLinkingException
impl UnsafeUnpin for CgalLinkingException
impl UnwindSafe for CgalLinkingException
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