Struct neon::types::JsString [−][src]
#[repr(C)]pub struct JsString(_);Expand description
A JavaScript string primitive value.
Implementations
This is supported on crate feature
napi-1 only.This is supported on crate feature
napi-1 only.Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JsString
impl UnwindSafe for JsString
Blanket Implementations
Mutably borrows from an owned value. Read more