pub struct NapiFpLookupVerifierIndex {
pub joint_lookup_used: bool,
pub lookup_table: NapiVector<NapiFpPolyComm>,
pub lookup_selectors: NapiFpLookupSelectors,
pub table_ids: Option<NapiFpPolyComm>,
pub lookup_info: NapiLookupInfo,
pub runtime_tables_selector: Option<NapiFpPolyComm>,
}Fields§
§joint_lookup_used: bool§lookup_table: NapiVector<NapiFpPolyComm>§lookup_selectors: NapiFpLookupSelectors§table_ids: Option<NapiFpPolyComm>§lookup_info: NapiLookupInfo§runtime_tables_selector: Option<NapiFpPolyComm>Trait Implementations§
Source§impl Clone for NapiFpLookupVerifierIndex
impl Clone for NapiFpLookupVerifierIndex
Source§fn clone(&self) -> NapiFpLookupVerifierIndex
fn clone(&self) -> NapiFpLookupVerifierIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NapiFpLookupVerifierIndex
impl Debug for NapiFpLookupVerifierIndex
Source§impl Default for NapiFpLookupVerifierIndex
impl Default for NapiFpLookupVerifierIndex
Source§fn default() -> NapiFpLookupVerifierIndex
fn default() -> NapiFpLookupVerifierIndex
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiFpLookupVerifierIndex
impl<'de> Deserialize<'de> for NapiFpLookupVerifierIndex
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<&LookupVerifierIndex<Affine<VestaParameters>>> for NapiFpLookupVerifierIndex
impl From<&LookupVerifierIndex<Affine<VestaParameters>>> for NapiFpLookupVerifierIndex
Source§fn from(x: &LookupVerifierIndex<GAffine>) -> Self
fn from(x: &LookupVerifierIndex<GAffine>) -> Self
Converts to this type from the input type.
Source§impl From<&NapiFpLookupVerifierIndex> for LookupVerifierIndex<Vesta>
impl From<&NapiFpLookupVerifierIndex> for LookupVerifierIndex<Vesta>
Source§fn from(x: &NapiFpLookupVerifierIndex) -> Self
fn from(x: &NapiFpLookupVerifierIndex) -> Self
Converts to this type from the input type.
Source§impl From<LookupVerifierIndex<Affine<VestaParameters>>> for NapiFpLookupVerifierIndex
impl From<LookupVerifierIndex<Affine<VestaParameters>>> for NapiFpLookupVerifierIndex
Source§fn from(x: LookupVerifierIndex<GAffine>) -> Self
fn from(x: LookupVerifierIndex<GAffine>) -> Self
Converts to this type from the input type.
Source§impl From<NapiFpLookupVerifierIndex> for LookupVerifierIndex<Vesta>
impl From<NapiFpLookupVerifierIndex> for LookupVerifierIndex<Vesta>
Source§fn from(x: NapiFpLookupVerifierIndex) -> Self
fn from(x: NapiFpLookupVerifierIndex) -> Self
Converts to this type from the input type.
Source§impl FromNapiValue for NapiFpLookupVerifierIndex
impl FromNapiValue for NapiFpLookupVerifierIndex
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFpLookupVerifierIndex>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFpLookupVerifierIndex>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for NapiFpLookupVerifierIndex
impl ToNapiValue for NapiFpLookupVerifierIndex
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiFpLookupVerifierIndex,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiFpLookupVerifierIndex, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFpLookupVerifierIndex
impl TypeName for NapiFpLookupVerifierIndex
Auto Trait Implementations§
impl Freeze for NapiFpLookupVerifierIndex
impl RefUnwindSafe for NapiFpLookupVerifierIndex
impl Send for NapiFpLookupVerifierIndex
impl Sync for NapiFpLookupVerifierIndex
impl Unpin for NapiFpLookupVerifierIndex
impl UnsafeUnpin for NapiFpLookupVerifierIndex
impl UnwindSafe for NapiFpLookupVerifierIndex
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