Struct unrest_tmp_syn::ExprUnary [] [src]

pub struct ExprUnary {
    pub op: UnOp,
    pub expr: Box<Expr>,
}

A unary operation, e.g. !x, *x.

Fields

Trait Implementations

impl ToTokens for ExprUnary
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for ExprUnary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more