[][src]Trait json_utils::schema::ExtraProps

pub trait ExtraProps {
    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>) -> Self; }

Required methods

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>) -> Self

Loading content...

Implementors

impl ExtraProps for AnyNode[src]

impl ExtraProps for ArrayNode[src]

impl ExtraProps for BooleanNode[src]

impl ExtraProps for IntegerNode[src]

impl ExtraProps for InvalidNode[src]

impl ExtraProps for NullNode[src]

impl ExtraProps for NumberNode[src]

impl ExtraProps for ObjectNode[src]

impl ExtraProps for StringNode[src]

Loading content...