pub enum TangentError {
PointInsideCircle,
PointOnBorder,
}
Variants§
Auto Trait Implementations§
impl Freeze for TangentError
impl RefUnwindSafe for TangentError
impl Send for TangentError
impl Sync for TangentError
impl Unpin for TangentError
impl UnwindSafe for TangentError
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