Struct syn::ExprUnary [−][src]
A unary operation: !x
, *x
.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
attrs: Vec<Attribute>
op: UnOp
expr: Box<Expr>
Trait Implementations
impl Clone for ExprUnary
[src]
impl Clone for ExprUnary
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for ExprUnary
[src]
impl ToTokens for ExprUnary
[src]