Struct unrest_tmp_syn::ExprAssignOp [] [src]

pub struct ExprAssignOp { /* fields omitted */ }

An assignment with an operator

For example, a += 1.

Trait Implementations

impl Clone for ExprAssignOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more