Struct eetf::Tuple [] [src]

pub struct Tuple {
    pub elements: Vec<Term>,
}

Tuple.

Fields

Methods

impl Tuple
[src]

Trait Implementations

impl Debug for Tuple
[src]

Formats the value using the given formatter.

impl PartialEq for Tuple
[src]

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

This method tests for !=.

impl Clone for Tuple
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Tuple
[src]

Formats the value using the given formatter. Read more

impl From<Vec<Term>> for Tuple
[src]

Performs the conversion.