Struct jscjs_sys::runtime::type_system::Object [−][src]
pub struct Object { /* fields omitted */ }
Expand description
Top level structure for JavaScript. Equivalent to a HashMap.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Object
impl UnwindSafe for Object
Blanket Implementations
Mutably borrows from an owned value. Read more