Enum piske::symbol::FunctionBody [] [src]

pub enum FunctionBody {
    External(ExtFuncIdent),
    Ast(Node<Block>),
}

Function body types

Variants

External (library) function

Ast-defined block

Trait Implementations

impl Debug for FunctionBody
[src]

[src]

Formats the value using the given formatter.

impl Clone for FunctionBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FunctionBody
[src]

[src]

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

[src]

This method tests for !=.