Struct eetf::Map [] [src]

pub struct Map {
    pub entries: Vec<(Term, Term)>,
}

Map.

Fields

entries: Vec<(Term, Term)>

Trait Implementations

impl Clone for Map
[src]

fn clone(&self) -> Map

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl PartialEq for Map
[src]

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

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

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

This method tests for !=.

impl Debug for Map
[src]

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

Formats the value using the given formatter.

impl Display for Map
[src]

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

Formats the value using the given formatter.

impl From<Vec<(Term, Term)>> for Map
[src]

fn from(entries: Vec<(Term, Term)>) -> Self

Performs the conversion.