Struct eetf::ExternalFun [] [src]

pub struct ExternalFun {
    pub module: Atom,
    pub function: Atom,
    pub arity: u8,
}

External Function.

Fields

Trait Implementations

impl Debug for ExternalFun
[src]

Formats the value using the given formatter.

impl PartialEq for ExternalFun
[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 ExternalFun
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ExternalFun
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> From<(&'a str, &'b str, u8)> for ExternalFun
[src]

Performs the conversion.