Struct ncl::object::Object [] [src]

pub struct Object { /* fields omitted */ }

Methods

impl Object
[src]

Trait Implementations

impl Debug for Object
[src]

Formats the value using the given formatter.

impl PartialEq for Object
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<Vec<(Key, Value)>> for Object
[src]

Performs the conversion.