Struct syn::ExprAssign [−][src]
pub struct ExprAssign { /* fields omitted */ }Expand description
An assignment expression: a = compute().
This type is available only if Syn is built with the "full" feature.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprAssignimpl !Send for ExprAssignimpl !Sync for ExprAssignimpl Unpin for ExprAssignimpl UnwindSafe for ExprAssign