Enum blst::BLST_ERROR
source · [−]#[repr(u32)]
pub enum BLST_ERROR {
BLST_SUCCESS,
BLST_BAD_ENCODING,
BLST_POINT_NOT_ON_CURVE,
BLST_POINT_NOT_IN_GROUP,
BLST_AGGR_TYPE_MISMATCH,
BLST_VERIFY_FAIL,
BLST_PK_IS_INFINITY,
BLST_BAD_SCALAR,
}Variants
BLST_SUCCESS
BLST_BAD_ENCODING
BLST_POINT_NOT_ON_CURVE
BLST_POINT_NOT_IN_GROUP
BLST_AGGR_TYPE_MISMATCH
BLST_VERIFY_FAIL
BLST_PK_IS_INFINITY
BLST_BAD_SCALAR
Trait Implementations
sourceimpl Clone for BLST_ERROR
impl Clone for BLST_ERROR
sourcefn clone(&self) -> BLST_ERROR
fn clone(&self) -> BLST_ERROR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for BLST_ERROR
impl Debug for BLST_ERROR
sourceimpl Hash for BLST_ERROR
impl Hash for BLST_ERROR
sourceimpl PartialEq<BLST_ERROR> for BLST_ERROR
impl PartialEq<BLST_ERROR> for BLST_ERROR
impl Copy for BLST_ERROR
impl Eq for BLST_ERROR
impl StructuralEq for BLST_ERROR
impl StructuralPartialEq for BLST_ERROR
Auto Trait Implementations
impl RefUnwindSafe for BLST_ERROR
impl Send for BLST_ERROR
impl Sync for BLST_ERROR
impl Unpin for BLST_ERROR
impl UnwindSafe for BLST_ERROR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more