Enum bert::BertTag [] [src]

pub enum BertTag {
    NewFloat,
    SmallInteger,
    Integer,
    Float,
    Atom,
    SmallTuple,
    LargeTuple,
    Nil,
    String,
    List,
    Binary,
    SmallBigNum,
    LargeBigNum,
}

Variants

Trait Implementations

impl Debug for BertTag
[src]

Formats the value using the given formatter.

impl Copy for BertTag
[src]

impl Clone for BertTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BertTag
[src]

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

This method tests for !=.