Struct syn::ExprAssign
source · pub struct ExprAssign { /* private fields */ }
Expand description
An assignment expression: a = compute()
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprAssign> for Expr
impl From<ExprAssign> for Expr
source§fn from(e: ExprAssign) -> Expr
fn from(e: ExprAssign) -> Expr
Converts to this type from the input type.