Enum reform::structure::FunctionAttributes[][src]

pub enum FunctionAttributes {
    NonCommutative,
    Symmetric,
    Linear,
    NonLocal,
}

Variants

Trait Implementations

impl Debug for FunctionAttributes
[src]

Formats the value using the given formatter. Read more

impl Clone for FunctionAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FunctionAttributes
[src]

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

This method tests for !=.

impl Display for FunctionAttributes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations