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