pub struct ReaderOptions {}Trait Implementations§
Source§impl FromNapiValue for ReaderOptions
impl FromNapiValue for ReaderOptions
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<ReaderOptions>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<ReaderOptions>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for ReaderOptions
impl ToNapiValue for ReaderOptions
Source§unsafe fn to_napi_value(env: napi_env, val: ReaderOptions) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: ReaderOptions) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for ReaderOptions
impl TypeName for ReaderOptions
Auto Trait Implementations§
impl Freeze for ReaderOptions
impl RefUnwindSafe for ReaderOptions
impl Send for ReaderOptions
impl Sync for ReaderOptions
impl Unpin for ReaderOptions
impl UnwindSafe for ReaderOptions
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