pub enum EdgeError {
VerticesOverlap,
}
Expand description
This enumeration contains error cases for edges manipulation.
Variants§
VerticesOverlap
This error can be produced if normals of an edge of null length are computed.
Trait Implementations§
impl Copy for EdgeError
impl StructuralPartialEq for EdgeError
Auto Trait Implementations§
impl Freeze for EdgeError
impl RefUnwindSafe for EdgeError
impl Send for EdgeError
impl Sync for EdgeError
impl Unpin for EdgeError
impl UnwindSafe for EdgeError
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