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