fn extra_props(&self) -> &HashMap<String, JsValue>fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Selfimpl ExtraProps for AnyNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for ArrayNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for BooleanNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for IntegerNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for InvalidNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for NullNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for NumberNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for ObjectNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]impl ExtraProps for StringNode[src]fn extra_props(&self) -> &HashMap<String, JsValue>[src]fn extra_props_mut(&mut self) -> &mut HashMap<String, JsValue>[src]fn with_extra_props(self, extra_props: HashMap<String, JsValue>) -> Self[src]