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