pub enum FindZeroError {
EverythingIsAZeroForZeroPolynomial,
AbelRuffiniUnsolvability(DegreeType),
}
Variants§
EverythingIsAZeroForZeroPolynomial
AbelRuffiniUnsolvability(DegreeType)
Auto Trait Implementations§
impl Freeze for FindZeroError
impl RefUnwindSafe for FindZeroError
impl Send for FindZeroError
impl Sync for FindZeroError
impl Unpin for FindZeroError
impl UnwindSafe for FindZeroError
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