Struct jscjs_sys::runtime::type_system::Value [−][src]
pub struct Value { /* fields omitted */ }
Expand description
Wrapper around JSC types, e.g., Boolean, Number, etc.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more