Struct syn::ExprAssignOp [−][src]
pub struct ExprAssignOp { /* fields omitted */ }
Expand description
A compound assignment expression: counter += 1
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprAssignOp
impl !Send for ExprAssignOp
impl !Sync for ExprAssignOp
impl Unpin for ExprAssignOp
impl UnwindSafe for ExprAssignOp