pub struct NapiFqSrs(pub Arc<SRS<Pallas>>);Tuple Fields§
§0: Arc<SRS<Pallas>>Implementations§
Trait Implementations§
Source§impl FromNapiMutRef for NapiFqSrs
impl FromNapiMutRef for NapiFqSrs
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 NapiFqSrs
impl FromNapiRef for NapiFqSrs
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 NapiFqSrs
impl FromNapiValue for NapiFqSrs
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 NapiFqSrs
impl JavaScriptClassExt for NapiFqSrs
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 NapiFqSrs
impl ToNapiValue for NapiFqSrs
Source§unsafe fn to_napi_value(env: napi_env, val: NapiFqSrs) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiFqSrs) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Auto Trait Implementations§
impl Freeze for NapiFqSrs
impl RefUnwindSafe for NapiFqSrs
impl Send for NapiFqSrs
impl Sync for NapiFqSrs
impl Unpin for NapiFqSrs
impl UnsafeUnpin for NapiFqSrs
impl UnwindSafe for NapiFqSrs
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