pub struct WasmVecVecFq(pub Vec<Vec<Fq>>);Tuple Fields§
§0: Vec<Vec<Fq>>Implementations§
Trait Implementations§
Source§impl Clone for NapiVecVecFq
impl Clone for NapiVecVecFq
Source§fn clone(&self) -> NapiVecVecFq
fn clone(&self) -> NapiVecVecFq
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 NapiVecVecFq
impl Debug for NapiVecVecFq
Source§impl Default for NapiVecVecFq
impl Default for NapiVecVecFq
Source§fn default() -> NapiVecVecFq
fn default() -> NapiVecVecFq
Returns the “default value” for a type. Read more
Source§impl From<NapiVecVecFq> for Vec<Vec<Fq>>
impl From<NapiVecVecFq> for Vec<Vec<Fq>>
Source§fn from(value: NapiVecVecFq) -> Self
fn from(value: NapiVecVecFq) -> Self
Converts to this type from the input type.
Source§impl FromNapiMutRef for NapiVecVecFq
impl FromNapiMutRef for NapiVecVecFq
Source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static mut Self>
Safety Read more
Source§impl FromNapiRef for NapiVecVecFq
impl FromNapiRef for NapiVecVecFq
Source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static Self>
Safety Read more
Source§impl FromNapiValue for NapiVecVecFq
impl FromNapiValue for NapiVecVecFq
Source§unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl JavaScriptClassExt for NapiVecVecFq
impl JavaScriptClassExt for NapiVecVecFq
fn into_instance<'scope>( self, env: &'scope Env, ) -> Result<ClassInstance<'scope, Self>>
fn into_reference(self, env: Env) -> Result<Reference<Self>>
fn instance_of<'env, V: JsValue<'env>>(env: &Env, value: &V) -> Result<bool>
Source§impl ToNapiValue for NapiVecVecFq
impl ToNapiValue for NapiVecVecFq
Source§unsafe fn to_napi_value(env: napi_env, val: NapiVecVecFq) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiVecVecFq) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for &NapiVecVecFq
impl TypeName for &NapiVecVecFq
Source§impl TypeName for &mut NapiVecVecFq
impl TypeName for &mut NapiVecVecFq
Source§impl TypeName for NapiVecVecFq
impl TypeName for NapiVecVecFq
Source§impl ValidateNapiValue for &NapiVecVecFq
impl ValidateNapiValue for &NapiVecVecFq
Auto Trait Implementations§
impl Freeze for NapiVecVecFq
impl RefUnwindSafe for NapiVecVecFq
impl Send for NapiVecVecFq
impl Sync for NapiVecVecFq
impl Unpin for NapiVecVecFq
impl UnsafeUnpin for NapiVecVecFq
impl UnwindSafe for NapiVecVecFq
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