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

pub struct Object {
    // some fields omitted
}

Methods

impl Object
[src]

fn get<T: Into<String>>(&self, key: T) -> Option<&Value>

Trait Implementations

impl PartialEq for Object
[src]

fn eq(&self, __arg_0: &Object) -> bool

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

fn ne(&self, __arg_0: &Object) -> bool

This method tests for !=.

impl Debug for Object
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn from(vec: Vec<(Key, Value)>) -> Self

Performs the conversion.