Struct syn::ExprAssign [−][src]
pub struct ExprAssign { /* fields omitted */ }
An assignment expression: a = compute()
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
impl From<ExprAssign> for Expr
[src]
impl From<ExprAssign> for Expr
[src]fn from(e: ExprAssign) -> Expr
[src]
impl ToTokens for ExprAssign
[src]
impl ToTokens for ExprAssign
[src]