Struct mpack::ValueMap [] [src]

pub struct ValueMap(pub Vec<(Value, Value)>);

Methods

impl ValueMap
[src]

Retrieve a value from the map.

Returns the number of key/value pairs in the map.

Trait Implementations

impl Clone for ValueMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ValueMap
[src]

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

This method tests for !=.

impl Debug for ValueMap
[src]

Formats the value using the given formatter.