pub enum EllipticCurveError {
InvalidPoint,
}
Variants§
InvalidPoint
Trait Implementations§
source§impl Debug for EllipticCurveError
impl Debug for EllipticCurveError
source§impl PartialEq for EllipticCurveError
impl PartialEq for EllipticCurveError
source§fn eq(&self, other: &EllipticCurveError) -> bool
fn eq(&self, other: &EllipticCurveError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EllipticCurveError
impl StructuralEq for EllipticCurveError
impl StructuralPartialEq for EllipticCurveError
Auto Trait Implementations§
impl RefUnwindSafe for EllipticCurveError
impl Send for EllipticCurveError
impl Sync for EllipticCurveError
impl Unpin for EllipticCurveError
impl UnwindSafe for EllipticCurveError
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