Enum rustler::TermType[][src]

pub enum TermType {
    Atom,
    Binary,
    EmptyList,
    Exception,
    Fun,
    List,
    Map,
    Number,
    Pid,
    Port,
    Ref,
    Tuple,
    Unknown,
}

Variants

Auto Trait Implementations

impl Send for TermType

impl Sync for TermType