Enum dyon::ast::UnOp [] [src]

pub enum UnOp {
    Not,
    Neg,
}

Variants

Trait Implementations

impl Debug for UnOp
[src]

Formats the value using the given formatter.

impl Copy for UnOp
[src]

impl Clone for UnOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more