Struct dyon::ast::UnOpExpression [] [src]

pub struct UnOpExpression {
    pub op: UnOp,
    pub expr: Expression,
    pub source_range: Range,
}

Fields

Methods

impl UnOpExpression
[src]

[src]

[src]

Trait Implementations

impl Debug for UnOpExpression
[src]

[src]

Formats the value using the given formatter.

impl Clone for UnOpExpression
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more