pub struct EPAR(/* private fields */);
Expand description
Given some curve, performs a pairing on groups of points
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EPAR
impl<'de> Deserialize<'de> for EPAR
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<EPAR> for Instruction
impl From<EPAR> for Instruction
Source§impl FromWasmAbi for EPAR
impl FromWasmAbi for EPAR
Source§impl IntoWasmAbi for EPAR
impl IntoWasmAbi for EPAR
Source§impl LongRefFromWasmAbi for EPAR
impl LongRefFromWasmAbi for EPAR
Source§impl OptionFromWasmAbi for EPAR
impl OptionFromWasmAbi for EPAR
Source§impl OptionIntoWasmAbi for EPAR
impl OptionIntoWasmAbi for EPAR
Source§impl RefFromWasmAbi for EPAR
impl RefFromWasmAbi for EPAR
Source§impl RefMutFromWasmAbi for EPAR
impl RefMutFromWasmAbi for EPAR
Source§impl TryFromJsValue for EPAR
impl TryFromJsValue for EPAR
Source§impl VectorFromWasmAbi for EPAR
impl VectorFromWasmAbi for EPAR
Source§impl VectorIntoWasmAbi for EPAR
impl VectorIntoWasmAbi for EPAR
impl Copy for EPAR
impl Eq for EPAR
impl StructuralPartialEq for EPAR
impl SupportsConstructor for EPAR
impl SupportsInstanceProperty for EPAR
impl SupportsStaticProperty for EPAR
Auto Trait Implementations§
impl Freeze for EPAR
impl RefUnwindSafe for EPAR
impl Send for EPAR
impl Sync for EPAR
impl Unpin for EPAR
impl UnwindSafe for EPAR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.