Struct syn::ExprUnary [−][src]
A unary operation: !x
, *x
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
Fields
attrs: Vec<Attribute>
op: UnOp
expr: Box<Expr>
Trait Implementations
impl ToTokens for ExprUnary
[src]
[+]
impl ToTokens for ExprUnary
impl Clone for ExprUnary
[src]
[+]
impl Clone for ExprUnary
impl From<ExprUnary> for Expr
[src]
[+]
impl From<ExprUnary> for Expr