pub enum StartinError {
EmptyTriangulation,
OutsideConvexHull,
SearchCircleEmpty,
TriangleNotPresent,
VertexInfinite,
VertexRemoved,
VertexUnknown,
TinHasNoAttributes,
WrongAttribute,
}Expand description
Errors that arise while using startin
Variants§
EmptyTriangulation
OutsideConvexHull
SearchCircleEmpty
TriangleNotPresent
VertexInfinite
VertexRemoved
VertexUnknown
TinHasNoAttributes
WrongAttribute
Trait Implementations§
source§impl Debug for StartinError
impl Debug for StartinError
source§impl PartialEq for StartinError
impl PartialEq for StartinError
impl StructuralPartialEq for StartinError
Auto Trait Implementations§
impl Freeze for StartinError
impl RefUnwindSafe for StartinError
impl Send for StartinError
impl Sync for StartinError
impl Unpin for StartinError
impl UnwindSafe for StartinError
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