Enum rsc::lexer::Function[][src]

pub enum Function {
    Sqrt,
    Sin,
    Cos,
    Tan,
    Log,
}

Variants

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter. Read more

impl Copy for Function
[src]

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Function
[src]

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

This method tests for !=.

impl Eq for Function
[src]

Auto Trait Implementations

impl Send for Function

impl Sync for Function